v1
latestSwagger 2.02026-08-061,9128853.7 MBProjectTriggers
Gets Project Triggers within a given Project
get/spaces/{spaceIdentifier}/projects/{projectId}/triggers
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
ID of the Project to get Project Triggers for.
Query parameters
partialNamestring
A partial or complete name to search on. This will perform a "contains" style match against the supplied name or name-fragment
runbooksstring[]
A list of Runbook IDs, to limit the matching of Project Triggers to those with a particular Runbook ID. Example: ["Runbooks-1", "Runbooks-2"]
runbookTagsstring[]
A list of Runbook Tags to filter tag based triggers. Tag based triggers matching any of these tags will be included.
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
triggerActionCategory'Deployment' | 'Runbook'
Filters the Project Triggers using the specified Trigger Action Category
triggerActionType'AutoDeploy' | 'DeployLatestRelease' | 'DeployNewRelease' | 'DeployLatestReleaseToEnvironment' | 'RunRunbook' | 'CreateRelease'
Filters the Project Triggers using the specified Trigger Action Type
Response
The requested list of Project Triggers