---
title: "Gets the status/result of a requested export."
method: GET
path: "/api/v2/export/{token}"
tags: ["Export"]
---

# Gets the status/result of a requested export.

`GET /api/v2/export/{token}`

## Path parameters

- `token` integer, required

## Response `200`

OK

- ExportResultV2
  - `status` string
  - `total_files` integer
  - `completed_files` integer
  - `file_urls` string[]

---

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