Required. The parent in whose context the Resources are listed. The parent value is in the format: 'projects/{projectId}/locations/{location}/deployments/{deployment}/revisions/{revision}'. It takes the form projects/{project}/locations/{location}/deployments/{deployment}/revisions/{revision}.
Query parameters
Parameters
pageSize
integer
When requesting a page of resources, 'pageSize' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
pageToken
string
Token returned by previous call to 'resources.list' which specifies the position in the list from where to continue listing the resources.
filter
string
Lists the Resources that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form '{field} {operator} {value}' where operators: '<', '>', '<=', '>=', '!=', '=', ':' are supported (colon ':' represents a HAS operator which is roughly synonymous with equality). {field} can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case.
Examples: - Filter by name: name = "projects/foo/locations/us-central1/deployments/dep/revisions/bar/resources/baz
orderBy
string
Field to use to sort the list.
Request body
The request body must be empty.
Response body
A response to a 'resources.list' call. Contains a list of Resources.
If successful, the response body contains data with the following structure:
A token to request the next page of resources from the 'resources.list' method. The value of an empty string means that there are no more resources to return.
[[["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-14 UTC."],[[["\u003cp\u003eThis document describes how to list resources within a specific revision using a \u003ccode\u003eGET\u003c/code\u003e HTTP request to the URL: \u003ccode\u003ehttps://config.googleapis.com/v1/{parent=projects/*/locations/*/deployments/*/revisions/*}/resources\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter to specify the project, location, deployment, and revision, and supports query parameters like \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, \u003ccode\u003efilter\u003c/code\u003e, and \u003ccode\u003eorderBy\u003c/code\u003e for managing and filtering the results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the response body contains a list of resources, along with a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination and an \u003ccode\u003eunreachable\u003c/code\u003e field for listing inaccessible locations.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to perform this action requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003econfig.googleapis.com/config.resources.list\u003c/code\u003e IAM permission on the parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.deployments.revisions.resources.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.ListResourcesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nLists [Resources](/infrastructure-manager/docs/reference/rest/v1/projects.locations.deployments.revisions.resources#Resource) in a given revision.\n\n### HTTP request\n\n`GET https://config.googleapis.com/v1/{parent=projects/*/locations/*/deployments/*/revisions/*}/resources`\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\nA response to a 'resources.list' call. Contains a list of Resources.\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).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `config.googleapis.com/config.resources.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]