Skip to main content
GET
List conversation threads

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

creation_source
string

Filter threads by creation source (api or web)

Minimum string length: 1
ending_before
string

ID to end pagination before

Minimum string length: 1
limit
integer
default:10
Required range: 1 <= x <= 100

Search threads by name

Minimum string length: 1
starting_after
string

ID to start pagination after

Minimum string length: 1

Response

200 - application/json
results
object[]
required
read-only
count
integer | null
required
read-only
next
string | null
required
read-only
previous
string | null
required
read-only