- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists existing BuildTrigger
s.
HTTP request
GET https://cloudbuild.googleapis.com/v1/projects/{projectId}/triggers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
Required. ID of the project for which to list BuildTriggers. |
Query parameters
Parameters | |
---|---|
parent |
The parent of the collection of Authorization requires the following IAM permission on the specified resource
|
pageSize |
Number of results to return in the list. |
pageToken |
Token to provide to skip to a particular spot in the list. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListBuildTriggersResponse
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.