Method: accounts.apps.operations.list
Stay organized with collections
Save and categorize content based on your preferences.
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
HTTP request
GET https://checks.googleapis.com/v1alpha/{name=accounts/*/apps/*}/operations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
The name of the operation's parent resource.
|
Query parameters
Parameters |
filter |
string
The standard list filter.
|
pageSize |
integer
The standard list page size.
|
pageToken |
string
The standard list page token.
|
Request body
The request body must be empty.
Response body
The response message for Operations.ListOperations
.
If successful, the response body contains data with the following structure:
JSON representation |
{
"operations": [
{
object (Operation )
}
],
"nextPageToken": string
} |
Fields |
operations[] |
object (Operation )
A list of operations that matches the specified filter in the request.
|
nextPageToken |
string
The standard List next-page token.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/checks
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-13 UTC."],[[["\u003cp\u003eLists operations based on provided filters, returning an \u003ccode\u003eUNIMPLEMENTED\u003c/code\u003e error if unsupported by the server.\u003c/p\u003e\n"],["\u003cp\u003eUses the \u003ccode\u003eGET\u003c/code\u003e method with the URL structure \u003ccode\u003ehttps://checks.googleapis.com/v1alpha/{name=accounts/*/apps/*}/operations\u003c/code\u003e, applying gRPC Transcoding.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering, pagination control using query parameters like \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eResponds with a JSON body containing an array of \u003ccode\u003eoperations\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e for subsequent pages if available.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/checks\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.apps.operations.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListOperationsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.\n\n### HTTP request\n\n`GET https://checks.googleapis.com/v1alpha/{name=accounts/*/apps/*}/operations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-------------------------------------------------------|\n| `name` | `string` The name of the operation's parent resource. |\n\n### Query parameters\n\n| Parameters ||\n|---------------|----------------------------------------|\n| `filter` | `string` The standard list filter. |\n| `page``Size` | `integer` The standard list page size. |\n| `page``Token` | `string` The standard list page token. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response message for [Operations.ListOperations](/checks/reference/rest/v1alpha/accounts.apps.operations/list#google.longrunning.Operations.ListOperations).\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"operations\": [ { object (/checks/reference/rest/v1alpha/accounts.apps.operations#Operation) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `operations[]` | `object (`[Operation](/checks/reference/rest/v1alpha/accounts.apps.operations#Operation)`)` A list of operations that matches the specified filter in the request. |\n| `next``Page``Token` | `string` The standard List next-page token. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/checks`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]