[[["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-07-08 UTC."],[[["\u003cp\u003eThis webpage details how to list operations using a GET request to the specified URL, which uses gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a path parameter \u003ccode\u003ename\u003c/code\u003e to specify the parent resource, and it also allows for query parameters such as \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e to refine the results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, as this operation uses query and path parameters, whereas the response body contains a JSON representation, presenting a list of operations and a potential next-page token if there are more results.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully make the request, the user must set the authorization scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e in their OAuth request, which gives the application cloud platform access.\u003c/p\u003e\n"],["\u003cp\u003eThe content includes a \u003ccode\u003eTry it!\u003c/code\u003e section, for users to test the API.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.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://backupdr.googleapis.com/v1/{name=projects/*/locations/*}/operations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response message for [Operations.ListOperations](/backup-disaster-recovery/docs/reference/rest/v1/projects.locations.operations/list#google.longrunning.Operations.ListOperations).\n\nIf successful, the response body contains data with the following structure:\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](/docs/authentication#authorization-gcp)."]]