Skip to main content
GET
/
scheduled-agents
/
{id}
/
runs
Run history (failed runs carry a workspace-chat handoff)
curl --request GET \
  --url https://origami.chat/api/v2/scheduled-agents/{id}/runs \
  --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

200

Run history newest-first.