---
title: "List Data Exports"
method: GET
path: "/api/data-exports"
tags: ["Data Exports"]
---

# List Data Exports

`GET /api/data-exports`

Get a paginated list of data exports for the team

## Query parameters

- `per_page` integer — Number of results per page. Default `15`, max `100`
- `page` integer — Page number for pagination. Default `1`
- `status` 'calculating_credits' | 'calculating_credits_failed' | 'calculating_credits_completed' | 'pending' | 'in_progress' | 'completed' | 'failed' — Filter by status
- `type` 'transactions' | 'chat_messages' | 'media_vault' | 'trial_links' | 'tracking_links' | 'payouts' | 'chargebacks' | 'public_profiles' — Filter by export type
- `download_url_expires_in` integer — Number of minutes until download URLs expire. Min `1`, max `60`, default `5`.

## Response `200`

Success

- object
  - `data` object
    - `data` object[]
      - `id` string
      - `type` string
      - `status` string
      - `start_date` string
      - `end_date` string
      - `file_type` string
      - `total_rows` integer
      - `rows_processed` integer
      - `progress_percentage` integer
      - `credit_cost` integer
      - `export_columns` string[]
      - `accounts` object[]
        - `id` string
        - `display_name` string
      - `created_at` string
      - `completed_at` string
      - `failed_at` string, nullable
      - `failed_reason` string, nullable
      - `download_url` string
      - `download_url_expires_at` string
    - `meta` object
      - `current_page` integer
      - `last_page` integer
      - `per_page` integer
      - `total` integer
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` string, nullable
      - `remaining_minute` integer
      - `remaining_day` string, nullable
      - `notice` string

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/4a99d36f28a3/schema)
