v1
latestOpenAPI 3.1.02026-07-13175151.8 KBTasks
Get Task
Retrieves the current state of a task.
Returns task details such as processing status, configuration, output (when available), file metadata, and timestamps.
Typical uses:
- Poll a task during processing
- Retrieve the final output once processing is complete
- Access task metadata and configuration
get/tasks/{task_id}
Path parameters
task_idstring nullable required
Id of the task to retrieve
Query parameters
base64_urlsboolean
Whether to return base64 encoded URLs. If false, the URLs will be returned as presigned URLs.
include_chunksboolean
Whether to include chunks in the output response
Response
Task details.