List triggers
GET/v1/projects/:project_id/triggers
The project's schedule triggers, of either fronted target kind.
total is the runtime's count of the project's schedule triggers, so it can exceed the rows returned when a trigger was authored directly against the runtime with a target this surface doesn't front (the same bypass getTrigger answers 404 for). Pass target_type — which is filtered and counted upstream — when an exact count matters.
Request
Responses
- 200
- 400
- 401
- 404
A page of triggers.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).