Skip to main content
GET
List Exports

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Query Parameters

starting_after
string | null

A cursor for use in pagination. starting_after is an export ID that defines your place in the list.

Example:

"fxprt_01J9XR8M3K7VZ8N2YB4WJ6T0RA"

ending_before
string | null

A cursor for use in pagination. ending_before is an export ID that defines your place in the list.

Example:

"fxprt_01J9XR8M3K7VZ8N2YB4WJ6T0RA"

limit
integer<int32> | null

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.

Example:

10

offset
integer<int32> | null

Number of objects to skip before returning results.

Example:

3

Response

An envelope wrapping a list of export objects.

An envelope wrapping a list of export objects.

export
object[]
required

The list of exports.