Skip to main content
GET
List Agent Conversations

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Query Parameters

workspace_id
string<uuid> | null

Workspace that scopes the conversations

project_id
string<uuid> | null

Optional project that scopes the conversations

share_id
string<uuid> | null

Optional share link that scopes the conversations

offset
integer
default:0

Number of conversations to skip

Required range: x >= 0
limit
integer
default:50

Maximum conversations to return

Required range: 1 <= x <= 100

Response

Successful Response

conversations
AgentConversationResponse · object[]
required

Conversations in the requested scope

has_more
boolean
required

Whether another page of conversations is available