Backoffice

Bo Create Agent Run From Schedule

Creates an Agent Run on behalf of a user with the Schedule ID you specify.

post/backoffice/agent-runs-from-schedule

Request body

idstring uuid required
intended_run_atstring date-time required

Response

Agent run successfully created from schedule

idstring uuid nullable
chat_idstring uuid required
user_idstring required
schedule_idstring uuid nullable
status'queued' | 'in_progress' | 'completed' | 'failed' required
resultsobject[] nullable
created_atstring date-time nullable
updated_atstring date-time nullable
toolhouse_idstring nullable
varsobject nullable
callback_urlstring uri nullable
errorstring nullable
pending_job_idsstring[]

Changes