get_job_status
Check the current status of a background job, such as a project copy, to determine if it is running, completed, or failed.
Instructions
Get the current status of a background job such as project copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_status_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| status | Yes | ||
| message | Yes | ||
| project | Yes | ||
| project_id | Yes | ||
| created_resource_id | Yes | ||
| created_resource_name | Yes | ||
| created_resource_type | Yes |