Returns the status of an asynchronous job for archiving a team folder.
The job may show ‘.tag’ as complete, but the team folder could still be in the process of archiving (indicated by
TeamFolderMetadata.status with ‘archive_in_progress’).
To confirm that the team folder is fully archived, check the field TeamFolderMetadata.status in the response
for the value ‘archived’.
Permission : Team member file access.
Required scope: team_data.content.write
Endpoint format: RPC
Authentication: Team
Team-level OAuth 2.0 token issued to a Dropbox Business admin. Use Authorization: Bearer <token>.
Obtain via the authorization code flow with team-scoped permissions.
Grants access to team-wide administrative operations.
You can generate a short-lived access token from the App Console; see Testing with a generated token.