Endpoint
Path Parameters
Response
Unique identifier of the task
Type of the task (e.g., “export_job_data”)
Current state of the task such as:
- Queued: Task has been accepted and is waiting to be processed
- Processing: Task is currently being executed asynchronously by a worker
- Finished: Task has completed successfully, and the result is available
- Failed: Task execution failed; error details are available in the error field. Contact support with your task ID if needed.
- Canceled: Cancellation is not supported yet but may be in future for select items
Task progress as a float between 0.0 and 1.0
ISO timestamp of when the task was created
ISO timestamp of the last task update
ISO timestamp of when the task began processing
ISO timestamp of when the task finished processing
ID of the user who initiated the task
Error message if the task failed, otherwise
nullID of the worker node that processed the task
Priority level of the task (higher means more urgent)
Parameters passed to the task
Output result from the task
Example Request
Example Response
Error Responses
401 Unauthorized
401 Unauthorized
404 Not Found
404 Not Found
Returns when the provided
task_id is not valid.500 Internal Server Error
500 Internal Server Error
Returns when an unexpected error occurs on the server.
- Occurs during unhandled server-side failures or bugs that prevent the request from being processed.