latestOpenAPI 3.1.02026-08-10295186.7 KB

ec696334ff35

Exports

List

List export requests created.

get/exports/list

Query parameters

fromstring

A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call. Use the next_from value returned in a previous response to request subsequent results.

limitinteger

To change the page size of results.

Headers

X-Batch-Projectstring required

The unique project key, identifying a project on the Batch platform

Response

If the GET to the API endpoint is successful you will receive an HTTP 200 confirmation and information about your export requests. This information is an array of all requests we currently know of for your project. The output contains requests created in the last 4 months.

countinteger

The number of objects.

has_moreboolean

Whether or not there are more elements available after this set. If false, this set comprises the end of the list.

next_fromstring

A cursor for use in pagination. If has_more is true, you can pass the value of next_from to a subsequent call to fetch the next page of results.