Skip to main content
GET
/
job
/
{job_id}
/
status
Poll document generation job status
curl --request GET \
  --url https://api.markdown2pdf.ai/job/{job_id}/status
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "description": "<string>",
  "status": "Not Started",
  "status_meta": "<string>",
  "progress": 0.5,
  "path": "<string>"
}

Path Parameters

job_id
string
required

Response

Successful Response

id
string<uuid>
required
status
enum<string>
required
Available options:
Not Started,
Processing,
Done,
Error
description
string | null
status_meta
string | null
progress
number
Required range: 0 <= x <= 1
path
string | null