Get the status of any processing task.
Successful Response
Response data
{
"message": "Processing document...",
"progress": 50,
"status": "processing",
"title": "Document Processing"
}Schema for API error responses.
{
"error_code": "RESOURCE_NOT_FOUND",
"message": "Resource not found"
}Metadata for API responses