[[["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-04-30 UTC."],[[["\u003cp\u003eThis document outlines the specifications for listing operations, detailing how to send a \u003ccode\u003eGET\u003c/code\u003e request to the \u003ccode\u003edatastore.googleapis.com/v1/{name=projects/*}/operations\u003c/code\u003e endpoint.\u003c/p\u003e\n"],["\u003cp\u003eRequests to list operations require a parent resource name as a path parameter, along with optional query parameters for filtering, page size, and page token.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when listing operations, and the response will include a list of operations, as well as a next-page token if applicable.\u003c/p\u003e\n"],["\u003cp\u003eThe response data is structured in JSON format, with an array of operation objects and a string for the next-page token.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires one of the following OAuth scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/datastore\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.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://datastore.googleapis.com/v1/{name=projects/*}/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](/datastore/docs/reference/data/rest/v1/projects.operations/list#google.longrunning.Operations.ListOperations).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/datastore`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]