Retrieves the current state of a task.
Returns task details such as processing status, configuration, output (when available), file metadata, and timestamps.
Typical uses:
Id of the task to retrieve
Whether to return base64 encoded URLs. If false, the URLs will be returned as presigned URLs.
Whether to include chunks in the output response
Task details.
True when the task reaches a terminal state i.e. status is Succeeded or Failed or Cancelled
Unified configuration type that can represent either parse or extract configurations
The date and time when the task was created and queued.
Information about the input file.
A message describing the task's status or any errors that occurred.
The status of the task.
Starting, Processing, Succeeded, Failed, Cancelled The unique identifier for the task.
Parse, Extract Version information for the task.
The date and time when the task will expire.
The date and time when the task was finished.
The presigned URL of the input file.
Deprecated use file_info.url instead.
Unified output type that can represent either parse or extract results
The ID of the source parse task that was used for the task
The date and time when the task was started.
The presigned URL of the task.