{ "task_id": "e77a5c42-4dc1-44d0-a30e-ed191e8a8908", "status": "Starting", "created_at": "2025-07-18T10:42:10.545832Z", "message": "Task created successfully. Use GET /parse/{task_id} to check status and retrieve results."}
Job Management
Get Parse Task Status
Check the status and retrieve results of parsing tasks
{ "task_id": "e77a5c42-4dc1-44d0-a30e-ed191e8a8908", "status": "Starting", "created_at": "2025-07-18T10:42:10.545832Z", "message": "Task created successfully. Use GET /parse/{task_id} to check status and retrieve results."}
The Get Parse Task Status endpoint allows you to check the current status of parsing tasks and retrieve the complete results when processing is complete. This endpoint is specifically designed for the parsing API and returns comprehensive document analysis including text extraction, image recognition, table parsing, and OCR data.
Parsing tasks are processed asynchronously. Use this endpoint to poll for completion and retrieve results when the task status is “Succeeded”.
{ "task_id": "e77a5c42-4dc1-44d0-a30e-ed191e8a8908", "status": "Starting", "created_at": "2025-07-18T10:42:10.545832Z", "message": "Task created successfully. Use GET /parse/{task_id} to check status and retrieve results."}