---
title: "Get a list of all exports that the requesting user attempted to create"
method: GET
path: "/v2/exports"
tags: ["Exports"]
---

# Get a list of all exports that the requesting user attempted to create

`GET /v2/exports`

Calling this endpoint will return a list of all the exports that the requesting user attempted to create. It will return exports that are pending, successful and failed.


You need the "View and download insights" permission to use this endpoint.

## Query parameters

- `page_number` integer
- `page_size` integer

## Response `200`

List of exports successfully returned

- ExportsPaginatedResponseExportItem
  - `first` string, required — The URL path to the first page.
  - `items` ExportsExportItem[], required
    - `created_at` string, date-time, required — Export creation time
    - `export_name` string, required — Export name, created by customer
    - `export_type_key` string, required — Export type key
    - `identifier` string, uuid, required — Export type id
    - `status` string, required — Export status
    - `window_end_time` string, date-time, nullable — Export data end date
    - `window_start_time` string, date-time, nullable — Export data start date
  - `next` string, nullable — The URL path to the next page.
  - `prev` string, nullable — The URL path to the previous page.
  - `self` string, required — The URL path to the current page.
  - `total_count` integer, nullable — Total number of items.

## Other responses

- `400` — Bad request

---

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