List operations
Retrieve a paginated list of operations. Filter by domain name, status, or type. Supports cursor-based pagination.
Query parameters
Response
List of operations
Example response
{
"items": [
{
"id": "op-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
]
}Changes
Changed in 3 of the 26 revisions of this API.25
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ●
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parametersuggestionJobIdrequest-parameter-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●