[[["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-06 UTC."],[[["\u003cp\u003eThis webpage details the process of listing operations using a GET request to a specific URL, employing gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a path parameter named \u003ccode\u003ename\u003c/code\u003e representing the parent resource, alongside query parameters such as \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e for customized retrieval.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for listing operations must be empty, and a successful request will return a \u003ccode\u003eListOperationsResponse\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation necessitates the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authentication.\u003c/p\u003e\n"],["\u003cp\u003eThe server will return \u003ccode\u003eUNIMPLEMENTED\u003c/code\u003e if it doesn't support this method.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.locations.operations.list\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://networksecurity.googleapis.com/v1/{name=organizations/*/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\nIf successful, the response body contains an instance of [ListOperationsResponse](/firewall/docs/reference/network-security/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](/docs/authentication#authorization-gcp)."]]