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. NOTE:
the name binding allows API services to override the binding to use
different resource name schemes, such as users/*/operations. To
override the binding, API services can add a binding such as
"/v1/{name=users/*}/operations" to their service configuration. For
backwards compatibility, the default name includes the operations
collection id, however overriding users must ensure the name binding is
the parent resource, without the operations collection id.
Arguments
Parameters
name
string
Required. The name of the operation's parent resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Method: googleapis.documentai.v1beta3.projects.locations.operations.list\n\nLists operations that match the specified filter in the request. If the\nserver doesn't support this method, it returns `UNIMPLEMENTED`. NOTE:\nthe `name` binding allows API services to override the binding to use\ndifferent resource name schemes, such as `users/*/operations`. To\noverride the binding, API services can add a binding such as\n`\"/v1/{name=users/*}/operations\"` to their service configuration. For\nbackwards compatibility, the default name includes the operations\ncollection id, however overriding users must ensure the name binding is\nthe parent resource, without the operations collection id.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`GoogleLongrunningListOperationsResponse`](/workflows/docs/reference/googleapis/documentai/v1beta3/Overview#GoogleLongrunningListOperationsResponse).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://cloud.google.com/document-ai/docs/reference/rest/v1beta3/projects.locations.operations/list). \n\n### YAML\n\n```yaml\n- list:\n call: googleapis.documentai.v1beta3.projects.locations.operations.list\n args:\n name: ...\n filter: ...\n pageSize: ...\n pageToken: ...\n result: listResult\n```\n\n### JSON\n\n```json\n[\n {\n \"list\": {\n \"call\": \"googleapis.documentai.v1beta3.projects.locations.operations.list\",\n \"args\": {\n \"name\": \"...\",\n \"filter\": \"...\",\n \"pageSize\": \"...\",\n \"pageToken\": \"...\"\n },\n \"result\": \"listResult\"\n }\n }\n]\n```"]]