Skip to main content
GET
List conversation turns in a thread

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

ending_before
string

ID to end pagination before

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

ID to start pagination after

Minimum string length: 1

Response

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