Skip to main content
GET
List threads

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Query Parameters

record_id
string<uuid>

Use this parameter to filter to threads on a specific record. Must be passed with object.

Example:

"891dcbfc-9141-415d-9b2a-2238a6cc012d"

object
string

Use this parameter to filter to threads on a specific record. Must be passed with record_id. Accepts either a slug or an ID.

Example:

"people"

entry_id
string<uuid>

Use this parameter to filter to threads on a specific entry. Must be passed with list.

Example:

"2e6e29ea-c4e0-4f44-842d-78a891f8c156"

list
string

Use this parameter to filter to threads on a specific entry. Must be passed with entry_id. Accepts either a slug or an ID.

Example:

"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"

limit
integer

The maximum number of results to return. The default is 10 and the maximum is 50. See the full guide to pagination here.

Example:

10

offset
integer

The number of results to skip over before returning. The default is 0. See the full guide to pagination here.

Example:

5

Response

200 - application/json

Success

Success

data
object[]
required