[[["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-13 UTC."],[[["\u003cp\u003eThis document describes how to list channel connections using the \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure: \u003ccode\u003ehttps://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/channelConnections\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter specifying the collection from which to list channel connections and the necessary \u003ccode\u003eeventarc.channelConnections.list\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e can be used for paginating the list of channel connections, allowing control over the number of connections returned and sequential access to pages of data.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, while the response body will contain a list of \u003ccode\u003echannelConnections\u003c/code\u003e, a \u003ccode\u003enextPageToken\u003c/code\u003e for further pagination, and an array of \u003ccode\u003eunreachable\u003c/code\u003e resources if applicable.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for successful access to this API.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.channelConnections.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.ListChannelConnectionsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList channel connections.\n\n### HTTP request\n\n`GET https://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/channelConnections`\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 the `channelConnections.list` method.\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](https://cloud.google.com/docs/authentication/)."]]