---
title: "List data-export models"
method: GET
path: "/api/v1/data-export/models"
tags: ["Data Export"]
---

# List data-export models

`GET /api/v1/data-export/models`

List the catalog of data-export models the customer can opt into when connecting a destination.

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Response `200`

Grouped list of data-export models (id + display name).

- DataExportModelCatalogResponseDto — Response object
  - `data` object, required — Grouped catalog of every data-export model a destination can opt into.
    - `groups` object[], required — Groups of data-export models, in display order
      - `id` string, required — Stable group identifier
      - `displayName` string, required — Customer-facing group label
      - `models` object[], required — Models in this group
        - `id` string, required — Wire identifier — what gets persisted on the destination and registered with the provider
        - `displayName` string, required — Customer-facing label for the model

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — DataExport not found.
- `429` — Too many requests.

---

[API](https://skmtc.net/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.net/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stiggio/stigg-api/revisions/3e2c8cfcd035/schema)
