---
title: "List all Custom Export Templates"
method: GET
path: "/v2/exports/templates"
tags: ["Export Management"]
---

# List all Custom Export Templates

`GET /v2/exports/templates`

List all Custom Export Templates

## Response `200`

OK

- IndexExportTemplatesResponse
  - `templates` object[], required
    - `id` string, required — ID of the export template.
    - `title` string, required — Title of the export template.
    - `fields` string[], required
    - `funnel_ids` string[], required
  - `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)
