Skip to main content
POST
/
v3
/
agents
/
{agent_key}
/
schedules
/
{schedule_id}
/
execution
Trigger schedule execution
curl --request POST \
  --url https://api.orq.ai/v3/agents/{agent_key}/schedules/{schedule_id}/execution \
  --header 'Authorization: Bearer <token>'
{
  "schedule_id": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.orq.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.