---
title: "Check a queued PDF export"
method: GET
path: "/v3/pdf/jobs/{jobId}"
tags: ["PDF Export"]
---

# Check a queued PDF export

`GET /v3/pdf/jobs/{jobId}`

Returns the job state, progress and — once complete — the download URL.

## Path parameters

- `jobId` string, required

## Response `200`

Default Response

- object
  - `jobId` string
  - `state` string
  - `progress` number
  - `url` string, nullable
  - `filename` string, nullable
  - `bytes` number, nullable
  - `renderMs` number, nullable
  - `error` string, nullable

## Other responses

- `404` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/5c54912ec4f7/schema)
