Conversion Task Status
Conversion Task Status
GET /web/tomarkdown/async/{task_id} - Conversion Task Status
Submitted a webpage to Markdown task and want to know progress and results? Use this endpoint to query.
Overview
Query conversion task's current status, processing progress and final results via task ID. Task results cached for 30 minutes, can be queried repeatedly during this period.
Task Status
| Status | Description |
|------|------|
| pending | Waiting for processing |
| processing | Processing |
| completed | Completed, results available |
| failed | Failed |
| timeout | Timeout (exceeded 60 seconds) |
[!NOTE]
Recommended to poll every 2-5 seconds, stop polling when status is completed, failed or timeout.