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

# Synchronous Export to PDF

`GET /export/{name}/pdf`

The Export PDF endpoint, when used synchronously, starts exporting a Dashboard to PDF and waits until it is completed and can be returned.

## Path parameters

- `name` string, required

## Other responses

- `302` — Redirects to the generated PDF.
- `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)
