Get Project Triggers within a given Project
Path parameters
ID of the Project to get Project Triggers for.
Query parameters
A partial or complete name to search on. This will perform a "contains" style match against the supplied name or name-fragment
A list of Runbook IDs, to limit the matching of Project Triggers to those with a particular Runbook ID. Example: ["Runbooks-1", "Runbooks-2"]
A list of Runbook Tags to filter tag based triggers. Tag based triggers matching any of these tags will be included.
Number of items to skip. Defaults to zero
Number of items to take. Defaults to 30
Filters the Project Triggers using the specified Trigger Action Category
Filters the Project Triggers using the specified Trigger Action Type
Response
The requested list of Project Triggers
Example response
{
"Items": [
{
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.