ListOperationsRequest

  • The ListOperations request retrieves a list of Earth Engine operations associated with a specific project.

  • The request message can include filters, page size and page tokens for controlling the results.

  • Request parameters include name, filter, pageSize, and pageToken to specify the parent resource, filter criteria, the number of results, and the starting point for retrieval, respectively.

The request message for Operations.ListOperations.

JSON representation
{
  "name": string,
  "filter": string,
  "pageSize": integer,
  "pageToken": string
}
Fields
name

string

The name of the operation's parent resource.

filter

string

The standard list filter.

pageSize

integer

The standard list page size.

pageToken

string

The standard list page token.