Method: 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://dai.googleapis.com/v1/{name=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.
|
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 2025-03-19 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 2025-03-19 UTC."],[[["\u003cp\u003eLists operations matching the provided filter, returning \u003ccode\u003eUNIMPLEMENTED\u003c/code\u003e if unsupported by the server.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a \u003ccode\u003eGET\u003c/code\u003e request to the specified URL, employing gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eAccepts \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e as query parameters for customizing the list retrieval.\u003c/p\u003e\n"],["\u003cp\u003eRequires an empty request body and responds with a list of operations and a next-page token, if applicable.\u003c/p\u003e\n"],["\u003cp\u003eThe response details operation objects and a potential next-page token for navigating through results.\u003c/p\u003e\n"]]],["This content outlines the process of listing operations via an HTTP GET request to `https://dai.googleapis.com/v1/{name}`. The `name` is a path parameter representing the operation's parent resource. Query parameters like `filter`, `pageSize`, and `pageToken` are used for refining the list. The request body should be empty. The response, if successful, is a JSON structure with `operations` (a list of matching operations) and `nextPageToken` for pagination. An `UNIMPLEMENTED` status is returned if the method isn't supported.\n"],null,["# Method: 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\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://dai.googleapis.com/v1/{name=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| `pageSize` | `integer` The standard list page size. |\n| `pageToken` | `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](/video-creative-ingest/rest/v1/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 (/video-creative-ingest/rest/v1/operations#Operation) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `operations[]` | `object (`[Operation](/video-creative-ingest/rest/v1/operations#Operation)`)` A list of operations that matches the specified filter in the request. |\n| `nextPageToken` | `string` The standard List next-page token. |"]]