Orq MCP is live: Use natural language to interrogate traces, spot regressions, and experiment your way to optimal AI configurations. Available in Claude Desktop, Claude Code, Cursor, and more. Start now →
Runs the schedule’s payload immediately (≈10 seconds after the request, to stay above the NATS scheduler’s minimum deliver-at margin). The schedule’s regular cadence is unaffected. Inactive schedules return 400.
curl -X POST https://api.orq.ai/v3/agents/customer_digest/schedules/01KPN29WWKSK0VDPJNTKZPVNRB/execution \
-H "Authorization: Bearer $ORQ_API_KEY"
{
"status": "triggered",
"schedule_id": "01KPN29WWKSK0VDPJNTKZPVNRB"
}
Runs the schedule’s payload immediately (≈10 seconds after the request, the minimum dispatch margin). The schedule’s regular cadence is unaffected — useful for smoke-testing a new schedule, UI “Run now” buttons, or manually re-running a missed execution. Inactive schedules returnDocumentation Index
Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
Use this file to discover all available pages before exploring further.
400 schedule_inactive.
The run appears in traces as a schedule.<agent_key> leading span — same structure as an HTTP-invoked run. See Agent Schedules.
curl -X POST https://api.orq.ai/v3/agents/customer_digest/schedules/01KPN29WWKSK0VDPJNTKZPVNRB/execution \
-H "Authorization: Bearer $ORQ_API_KEY"
{
"status": "triggered",
"schedule_id": "01KPN29WWKSK0VDPJNTKZPVNRB"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique routing key of the agent the schedule belongs to.
The schedule's ULID, as returned from create.
Was this page helpful?
curl -X POST https://api.orq.ai/v3/agents/customer_digest/schedules/01KPN29WWKSK0VDPJNTKZPVNRB/execution \
-H "Authorization: Bearer $ORQ_API_KEY"
{
"status": "triggered",
"schedule_id": "01KPN29WWKSK0VDPJNTKZPVNRB"
}