v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

List recent exports

Most recent exports for the current project, newest first.

get/exports

Query parameters

typestring

Filter by export type (subscriptions, users, analytics)

statusstring

Filter by status (pending, processing, completed, failed) or numeric code (0..3).

limitinteger

1..100, default 25.

Example:25

Headers

api_keystring required

Response

Recent exports.

successinteger

Example response

{
  "exports": [
    {
      "type": "subscriptions",
      "file_name": "subscriptions_export_2026-05-20_18-30-00.tsv",
      "file_size_human": "12.4 MB",
      "mime_type": "text/tab-separated-values"
    }
  ]
}