Skip to main content
GET
List Topics

Authorizations

Authorization
string
header
required

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

Query Parameters

teamId
string

The ID of the team to list topics for.

pageSize
integer<int32>

Maximum number of results to return. Default is 10000, maximum is 10000.

pageToken
string

Token for pagination. Leave empty for the first request.

Response

Success

data
Topic · object[]
nextPageToken
string | null

Token for retrieving the next page of results. Empty if no more results.