Skip to main content
POST
Trigger schedule execution

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_key
string
required

The unique routing key of the agent the schedule belongs to.

schedule_id
string
required

The schedule's ULID, as returned from create.

Response

Execution scheduled for immediate delivery.

schedule_id
string
required
status
string
required

Always "triggered" on success.