Skip to main content
POST
/
agents
/
{id}
/
run
Error
A valid request URL is required to generate request examples
{
  "run": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "<string>",
    "input": "<string>",
    "output": "<string>",
    "input_tokens": 123,
    "output_tokens": 123
  }
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

id
string<uuid>
required

Agent ID

Body

application/json
message
string
required
Example:

"Hello, can you help me?"

session_id
string<uuid>
Example:

"sess-123"

Response

Agent run completed successfully

run
object