Tasks
Cancel Task
Cancel a task that hasn’t started processing yet:
- For new tasks: Status will be updated to
Cancelled - For updating tasks: Task will revert to the previous state
Requirements:
- Task must have status
Starting
GET
Cancel Task
Previous
Get Extract TaskRetrieves the current state of an extract 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
Next
Cancel Task