Task
Get Task
Retrieves detailed information about a task by its ID, including:
- Processing status
- Task configuration
- Output data (if processing is complete)
- File metadata (name, page count)
- Timestamps (created, started, finished)
- Presigned URLs for accessing files
This endpoint can be used to:
- Poll the task status during processing
- Retrieve the final output once processing is complete
- Access task metadata and configuration
GET
Authorizations
Path Parameters
Id of the task to retrieve
Query Parameters
Whether to return base64 encoded URLs. If false, the URLs will be returned as presigned URLs.
Whether to include chunks in the output response
Response
200
application/json
Detailed information describing the task
The response is of type object
.