curl --request GET \
--url https://api.zo.computer/events/{agent_id}/conversations \
--header 'Authorization: Bearer <token>'[
{
"conversation_id": "<string>",
"timestamp": "<string>"
}
]List conversations from this agent’s executions.
Returns most recent first. Use limit param to control count (max 100).
curl --request GET \
--url https://api.zo.computer/events/{agent_id}/conversations \
--header 'Authorization: Bearer <token>'[
{
"conversation_id": "<string>",
"timestamp": "<string>"
}
]