Fire a trigger
POST/api/v1/triggers/:trigger_id/fire
Fires a trigger synchronously and returns the terminal firing record. The firing itself always settles here; an eval target's run is queued rather than executed inline, so the record names a queued run to poll.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Terminal firing record
Bad request
Unauthorized
Forbidden
Trigger not found
Trigger inactive or creator unavailable