---
title: "List Timestamped Export Templates"
method: GET
path: "/v2/timestamped_exports"
tags: ["Export Management"]
---

# List Timestamped Export Templates

`GET /v2/timestamped_exports`

List all timestamped exports

## Response `200`

OK

- IndexTimestampedExportResponse
  - `timestamped_exports` CreateShowTimestampedExportResponse[], required
    - `id` string, required — Exports ID
    - `created_at` string, date-time, required — Created date for export
    - `updated_at` string, date-time, required — Updated date for export
    - `state` string, required — Updated date for export
    - `file_url` string, nullable, required — URL to download the export.
    - `template` object, required
      - `id` string, required — Template ID
      - `title` string, required — Title of the template used.
  - `pagination` Pagination, required
    - `first` integer — The first available page
    - `last` integer — The last available page
    - `previous` integer, nullable — The previous page
    - `current` integer — The current page
    - `next` integer, nullable — The next available page

## Other responses

- `401` — Unauthorized

---

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