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

# List All Timestamped Export Templates

`GET /v2/timestamped_exports/templates`

List All Timestamped Export Templates

## Response `200`

OK

- IndexTimestampedExportTemplateResponse
  - `templates` object[], required
    - `id` string, required — Timestamped Export Template ID
    - `title` string, required — Timestamped Export Template Title
    - `data_keys` string[], required
    - `upper_bound` string, date-time, required
    - `lower_bound` string, date-time, required
    - `busy` boolean, required
    - `type` string, required
    - `number_of_days` string, nullable, required
    - `funnel_ids` unknown[], required
      - unknown
  - `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)
