---
title: "Asynchronous Export to PDF"
method: POST
path: "/export/{name}/pdf"
tags: ["Export"]
---

# Asynchronous Export to PDF

`POST /export/{name}/pdf`

The Export PDF endpoint, when used asynchronously, starts exporting a Dashboard to PDF and returns a key that can be used to poll for the status of the export.

## Path parameters

- `name` string, required

## Response `201`

Export job created successfully; returns the corresponding URL for /exportstatus

- ExportResponse
  - `statusUrl` string — Link to the /exportstatus endpoint with the status for this specific export job.

## Other responses

- `401` — Authentication required: this dashboard has restricted permissions.
- `403` — View Permission denied for this Dashboard.
- `404` — Dashboard not found
- `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)
