Get PDF generation status
get_pdf_statusPoll a PDF job. status is pending → processing → complete (with a url) or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID from generate_pdf |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The job — status (pending, processing, complete or failed), the download url once it is complete, and the error when it failed. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |