Skip to main content
GET
/
events
/
{agent_id}
/
conversations
List Agent Conversations
curl --request GET \
  --url https://api.zo.computer/events/{agent_id}/conversations \
  --header 'Authorization: Bearer <token>'
[
  {
    "conversation_id": "<string>",
    "timestamp": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Path Parameters

agent_id
string
required

Query Parameters

limit
integer
default:10
Required range: 1 <= x <= 100

Response

Successful Response

conversation_id
string
required
timestamp
string
required