POST
/
v1
/
organizations
/
{org_id}
/
agent
/
run
{
  "id": 123,
  "organization_id": 123,
  "status": "<string>",
  "created_at": "<string>",
  "web_url": "<string>",
  "result": "<string>"
}

Headers

authorization
any

Path Parameters

org_id
integer
required

Body

application/json
prompt
string
required

Response

200
application/json
Successful Response

Represents an agent run in API responses

id
integer
required
organization_id
integer
required
status
string | null
created_at
string | null
web_url
string | null
result
string | null

Was this page helpful?