Tasks
Get Task Status
Get the status of any processing task.
GET
Headers
Path Parameters
Response
200
application/json
Successful Response
Response data
Example:
{
"message": "Processing document...",
"progress": 50,
"status": "processing",
"title": "Document Processing"
}
Schema for API error responses.
Example:
{
"error_code": "RESOURCE_NOT_FOUND",
"message": "Resource not found"
}
Metadata for API responses