v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBExports
Get a list of all exports that the requesting user attempted to create
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.
get/v2/exports
Query parameters
page_numberinteger
One-based page index (1..N)
page_sizeinteger
The size of the page to be returned
Response
List of exports successfully returned
Example response
{
"first": "/v1/resource?page_number=1",
"items": [
{
"created_at": "2023-12-11T09:30:03.975Z",
"export_name": "profiles-2023-q1-exports",
"export_type_key": "CUSTOMER_SCREENING",
"identifier": "550e8400-e29b-41d4-a716-446655440000",
"status": "PENDING",
"window_end_time": "2023-04-01T00:00:00.000Z",
"window_start_time": "2023-01-01T00:00:00.000Z"
}
],
"next": "/v1/resource?page_number=4",
"prev": "/v1/resource?page_number=2",
"self": "/v1/resource?page_number=3",
"total_count": 60
}