Required. The parent collection to list triggers on.
Authorization requires the following IAM permission on the specified resource parent:
eventarc.triggers.list
Query parameters
Parameters
pageSize
integer
The maximum number of triggers to return on each page.
Note: The service may send fewer.
pageToken
string
The page token; provide the value from the nextPageToken field in a previous triggers.list call to retrieve the subsequent page.
When paginating, all other parameters provided to triggers.list must match the call that provided the page token.
orderBy
string
The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a desc suffix; for example: name desc, triggerId.
filter
string
Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using "?filter=destination:gke" would list only Triggers with a gke destination.
Request body
The request body must be empty.
Response body
The response message for the triggers.list method.
If successful, the response body contains data with the following structure:
[[["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 webpage details how to list triggers using the Eventarc API, employing a \u003ccode\u003eGET\u003c/code\u003e request to the specified URL with a required \u003ccode\u003eparent\u003c/code\u003e path parameter to identify the resource collection.\u003c/p\u003e\n"],["\u003cp\u003eThe request supports several query parameters, including \u003ccode\u003epageSize\u003c/code\u003e to limit the number of triggers returned, \u003ccode\u003epageToken\u003c/code\u003e for pagination, \u003ccode\u003eorderBy\u003c/code\u003e to sort the results, and \u003ccode\u003efilter\u003c/code\u003e to refine the listed triggers based on specific criteria.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for listing triggers must be empty, as all necessary information is conveyed through the URL, path parameters, and query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe successful response from listing triggers includes an array of trigger objects, a \u003ccode\u003enextPageToken\u003c/code\u003e for continued pagination if applicable, and an array of unreachable resources, if any.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully list triggers, authorization is required with the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.triggers.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.ListTriggersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList triggers.\n\n### HTTP request\n\n`GET https://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/triggers`\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 `triggers.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/)."]]