---
title: "Export Job Status"
method: GET
path: "/exportstatus/{key}"
tags: ["Export"]
---

# Export Job Status

`GET /exportstatus/{key}`

The Export Status endpoint provides the status and links to exported artifacts for an asynchronous export job.

## Path parameters

- `key` string, required

## Response `200`

Returns the status of the export job.

- ExportStatus
  - `status` string — The current status of the Export job. (e.g. "running", "completed")
  - `startTime` integer — The start time of the job, in milliseconds since the epoch.
  - `duration` integer — The duration of the job, in milliseconds. Continues to increase until the job is completed.
  - `png` string[] — List of URLs to any PNG images generated by this export. This list will continue to update until the export has completed.
  - `html` string[] — List of URLs to any HTML files generated by this export. This list will continue to update until the export has completed.
  - `pdf` string[] — List of URLs to any PDF files generated by this export. This list will continue to update until the export has completed.

## Other responses

- `500` — Server error

---

[API](https://skmtc.dev/expediagroup/apis/cyclotron-api.md) · [All operations](https://skmtc.dev/expediagroup/apis/cyclotron-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expediagroup/cyclotron-api/revisions/18e751e6bc49/schema)
