Skip to main content
GET
List Organization Conversations

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.

Query Parameters

cursor
string

Opaque cursor from next_cursor. It preserves the initial workspace and environment filters and stable artifact creation order. Filters may be omitted on later requests but cannot be changed. Chat and workspace deletion and restoration remain live and require restarting the export for a consistent total.

limit
integer
default:25
Required range: 1 <= x <= 100
workspace_id
string<uuid>

Return conversations from one workspace.

environment_id
string<uuid>

Return conversations from workspaces created with one environment.

Response

Successful response

conversations
object[]
required
total
integer
required

Matching conversations in non-deleted workspaces at request time. Restart the export if chats or workspaces are deleted or restored while paging.

limit
integer
required
next_cursor
string | null
required