GET
/
v1
/
document
/
l402
/
job
/
{job_id}
/
status
curl --request GET \
  --url https:api.markdown2pdf.ai/v1/document/l402/job/{job_id}/status
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "description": "Generating live briefing for topic 'a1Gb0000005LWrfEAG'",
  "status": "Processing",
  "status_meta": "document_generation_started",
  "progress": 0.5,
  "path": "/path/to/job-poll/or/job-retrieve/endpoint"
}

Path Parameters

job_id
string
required

Response

200
application/json

Successful Response

The response is of type object.