Skip to main content
GET
List topics

Authorizations

Authorization
string
header
required

Accepts either a raw API key or Bearer <key>.

Headers

revision
string

Optional dated API revision for the request. Must use YYYY-MM-DD format.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-03-01"

Query Parameters

limit
integer
default:25

Page size (between 1 and 100. The default is 25).

Required range: 1 <= x <= 100
sort
enum<string>
default:updated_at_desc

Desired sort order.

Available options:
updated_at_desc,
updated_at_asc,
created_at_desc,
created_at_asc
cursor
string

Pagination cursor from a previous response's next_cursor.

Response

Topics listed.

Cursor-paginated list of topics. No total count is exposed.

data
object[]
required
has_more
boolean
required

Whether more results exist beyond this page.

next_cursor
string | null
required

Cursor for the next page, or null when has_more is false.