CheckJobStatus
Checks the progress of an asynchronous sharing or file operation, such as adding or removing users.
Input
| Name | Type | Required | Description |
| JobId | String | True | The unique identifier of the asynchronous job whose status is being queried. |
Result Set Columns
| Name | Type | Description |
| Status | String | The current status of the job, such as in_progress, complete, or failed. |