Skip to main content
GET
List Threads
For the complete error reference, see Error Guide.

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Headers

onBehalfOf
string

UID of the user on whose behalf the action is performed.

Query Parameters

limit
integer
default:100

Number of threads to be fetched in a request. The default value is 100 and the maximum value is 1000.

affix
enum<string>

Cursor direction used for pagination.

Available options:
append,
prepend
updatedAt
integer

Cursor value (updatedAt) used for pagination.

participatedByMe
boolean

Lists only the threads the user has participated in.

withUnreadReplyCount
boolean

Enriches each thread with the per-user unread reply count.

withMentionCount
boolean

Enriches each thread with the per-user unread mention count.

Response

200 - application/json

List Threads

data
any[]
meta
object