Skip to main content
GET
List All Conversations

Query Parameters

workspace_id
string | null
agent_id
string | null
status
enum<string> | null
Available options:
complete,
screened_out,
failed,
in_progress
source
string | null
since
number | null

Unix seconds; created_at >= since. Note: created_at is the last time the call's answers were written, not when the call happened, so a call edited later moves.

until
number | null

Unix seconds; created_at <= until. Note: created_at is the last time the call's answers were written, not when the call happened, so a call edited later moves.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Response

Successful Response

data
Data · object[]
required
next_cursor
integer | null
required