Skip to main content
GET
/
exports
/
history
List past exports
curl --request GET \
  --url https://api.qonversion.io/v4/exports/history \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "url": "/v4/exports/history",
  "data": [
    {
      "object": "export",
      "id": "XWyYEsHIJqRPpgtNuR_rASh5LhSxq5gi",
      "url": "/v4/exports/XWyYEsHIJqRPpgtNuR_rASh5LhSxq5gi",
      "status": "done",
      "platform": "iOS",
      "from_timestamp": "2026-04-23T10:16:12Z",
      "to_timestamp": "2026-04-24T10:16:12Z",
      "created_at": "2026-04-24T08:16:12Z",
      "expires_at": "2026-05-01T08:16:15Z",
      "file_url": "https://cloud.qonversion.io/report/XWyYEsHIJqRPpgtNuR_rASh5LhSxq5gi"
    },
    {
      "object": "export",
      "id": "ZTS9okN4hZefx_XegtLLpvM0UfMVULQk",
      "url": "/v4/exports/ZTS9okN4hZefx_XegtLLpvM0UfMVULQk",
      "status": "done",
      "platform": "iOS",
      "from_timestamp": "2026-04-23T02:00:00Z",
      "to_timestamp": "2026-04-24T02:00:00Z",
      "created_at": "2026-04-24T02:01:07Z",
      "expires_at": "2026-05-01T17:31:16Z",
      "file_url": "https://cloud.qonversion.io/report/ZTS9okN4hZefx_XegtLLpvM0UfMVULQk"
    }
  ],
  "has_more": false
}

Documentation Index

Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.

Response

A list of past exports.

object
string
Example:

"list"

url
string
Example:

"/v4/exports/history"

data
object[]
has_more
boolean
Example:

false