GET
/
v2
/
agents
/
{agent_id}
/
convos

Authorizations

Authorization
string
header
required

Agent/Workspace secret API key as bearer token.

Path Parameters

agent_id
string
required

The ID of the agent to retrieve its conversations

Query Parameters

page
integer

Page of the results to return, default is 1, query per page is 20

Response

200 - application/json
data
object[]

Array of conversations objects

message
string
success
boolean