Name | Type | Description | Notes |
---|---|---|---|
activity_id | string | Unique ID for the activity. | [optional] [readonly] |
state | string | <p> The state of the request: <ul> <li>initialized - request has been received</li> <li>processing - request is being processed</li> <li>completed - job completed</li> <li>cancelled - request was cancelled</li> <li>failed - job failed to complete</li> <li>timed_out - the request timed out before completing"</li> </ul> </p> | [optional] |
started_at | \DateTime | Timestamp showing when we began processing the activity request, in ISO-8601 format. | [optional] [readonly] |
completed_at | \DateTime | Timestamp showing when we completed processing the activity, in ISO-8601 format. | [optional] [readonly] |
created_at | \DateTime | Timestamp showing when we created the activity, in ISO-8601 format. | [optional] [readonly] |
updated_at | \DateTime | Timestamp showing when we last updated the activity, in ISO-8601 format. | [optional] [readonly] |
percent_done | int | Shows the percent done for an activity that we are still processing. | [optional] [readonly] |
activity_errors | string[] | Array of messages describing the errors that occurred. | [optional] |
status | \OpenAPI\Client\Model\ActivityExportStatusStatus | [optional] | |
_links | \OpenAPI\Client\Model\ActivityStatusExportLink | [optional] |