Skip to main content
GET
List conversations

Query Parameters

cursor
string

Opaque cursor returned by the previous page. Recommended for backfills and sequential pagination.

Minimum string length: 1
limit
number
default:20

Number of items to return (max 100)

Required range: 1 <= x <= 100
orgId
string<uuid>

Filter conversations by a specific organization ID

botId
string<uuid>

Filter conversations by a specific bot ID

includeArchived
boolean
default:false

Include archived conversations in the results

includeChildren
boolean
default:false

Include conversations from child organizations (only applicable for account orgs)

Response

Response returned when listing conversations with pagination

success
enum<boolean>
required
Available options:
true
data
object
required