Get the status of any processing task.
Documentation Index
Fetch the complete documentation index at: https://docs.fieldwise.ai/llms.txt
Use this file to discover all available pages before exploring further.
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