Skip to main content
GET
List

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

parentId
string
required

Parent contract ID for which to list one-time exports.

pageSize
string<int64>

Maximum number of items to return per page.

pageToken
string

Token for retrieving the next page of results.

Response

200 - application/json

A successful response.

items
object[]

List of one-time exports for the specified contract.

nextPageToken
string

Token for retrieving the next page of results. Empty if no more pages.