[[["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-06-10 UTC."],[[["\u003cp\u003eThis webpage describes how to list service operations using the \u003ccode\u003eprojects.locations.operations.list\u003c/code\u003e method, which retrieves operations matching a specified filter.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eGET\u003c/code\u003e request to an endpoint using the format \u003ccode\u003ehttps://{endpoint}/v1/{name}\u003c/code\u003e, where \u003ccode\u003e{name}\u003c/code\u003e takes the form \u003ccode\u003eprojects/{project}/locations/{location}/operations\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eFiltering is supported via the \u003ccode\u003efilter\u003c/code\u003e query parameter, enabling operations to be filtered by type, creation/update time, resource name, or state, using logical operators.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epageSize\u003c/code\u003e query parameter allows users to specify the maximum number of operations to return, with a default of 100 and a maximum value of 100.\u003c/p\u003e\n"],["\u003cp\u003eAccessing this functionality requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: operations.list\n\n**Full name**: projects.locations.operations.list\n\nLists service operations that match the specified filter in the request.\n\n### HTTP request\n\n`GET https://{endpoint}/v1/{name}`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/document-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListOperationsResponse](/document-ai/docs/reference/rest/Shared.Types/ListOperationsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]