curl --request GET \
  --url https://agents-api.kolena.com/api/v1/client/agents/{agent_id}/stream \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.

Path Parameters

agent_id
integer
required

Query Parameters

tail
integer
default:-1
Required range: x <= 10
metadata
boolean
default:true
wait
integer
default:120
Required range: x <= 300

Response

200
application/json

Successful Response

The response is of type any.