Skip to main content
GET
List Exports

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

parentId
string
required

Project ID whose export operations are listed.

pageToken
string

Listing continuation token. Pass an empty string to start listing from the first page.

pageSize
string<int64>

Maximum number of export operations to return in a single response page.

orderBy
enum<string>
default:ORDER_BY_UNSPECIFIED

Sort order for the returned export operations by creation time (ascending or descending).

Available options:
ORDER_BY_UNSPECIFIED,
ORDER_BY_ASC,
ORDER_BY_DESC

Response

200 - application/json

A successful response.

exports
object[]

List of export operations on this result page.

nextPageToken
string

Listing continuation token for the next page of results.