Tasks
Get Tasks
Retrieves a list of tasks
Example usage:
GET /api/v1/tasks?page=1&limit=10&include_chunks=false
GET
Authorizations
Query Parameters
Whether to return base64 encoded URLs. If false, the URLs will be returned as presigned URLs.
End date
Whether to include chunks in the output response
Number of tasks per page
Page number
Start date
Response
200
application/json
Detailed information describing the task
The date and time when the task was created and queued.
A message describing the task's status or any errors that occurred.
The status of the task.
Available options:
Starting
, Processing
, Succeeded
, Failed
, Cancelled
The unique identifier for the task.
The date and time when the task will expire.
The date and time when the task was finished.
The processed results of a document analysis task
The date and time when the task was started.
The presigned URL of the task.