Skip to main content
POST
/
agents
/
{agent_id}
/
runs
/
{run_id}
/
continue
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string
required
run_id
string
required

Body

application/x-www-form-urlencoded
tools
string
required
session_id
string | null
user_id
string | null
stream
boolean
default:true

Response

Agent run continued successfully

The response is of type any.

I