Skip to main content
POST
/
scheduled-agents
/
{id}
/
trigger
Manually trigger a run
curl --request POST \
  --url https://origami.chat/api/v2/scheduled-agents/{id}/trigger \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Response

{ runId }.