Skip to main content
POST
Run Trigger Now

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trigger_id
string<uuid>
required

Response

Successful Response

Result of firing a trigger once by hand.

execution_id
string<uuid>
required
status
enum<string>
required

'started' when a task was created and is now running. 'skipped' when the trigger's own conditions rejected the run -- a real answer about the trigger, not an error.

Available options:
started,
skipped
trigger_id
string<uuid>
required
reason
string | null

Why the run was skipped, when it was.

task_id
string<uuid> | null

The task to watch. Absent when the run was skipped.

Last modified on September 18, 2026