Endpoints
Async parsing — Query Result
Query the status and result of an async task by task_id
POST
Python
Task Status
status | Meaning |
|---|---|
queuing | Waiting in queue |
processing | Parsing in progress |
success | Parsing succeeded; result field is populated |
failed | Parsing failed |
status is success or failed. If you have not submitted the task yet, start with Async parsing — Submit Task; if you do not want polling, switch to Sync parsing; for failures, continue to Error Codes.
