Skip to main content
GET
List Operations

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

resourceId
string
required

ID of the Resource to list operations for.

pageSize
string<int64>

Page size. [1...1000]. Optional, if not specified, a reasonable default will be chosen by the service.

pageToken
string

Listing continuation token. Empty to start listing from the first page.

filter
string

Filter expression for the listing results. Optional. Filter expression format: TBD.

Response

200 - application/json

A successful response.

nextPageToken
string

Listing continuation token for the next page of results.

operations
object[]

List of operations on this result page.