TopicsControllerListTopicsRequest

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
afterOptional<String>:heavy_minus_sign:Cursor for pagination indicating the starting point after which to fetch results.
beforeOptional<String>:heavy_minus_sign:Cursor for pagination indicating the ending point before which to fetch results.
limitOptional<Double>:heavy_minus_sign:Limit the number of items to return (max 100)10
orderDirectionOptional<TopicsControllerListTopicsOrderDirection>:heavy_minus_sign:Direction of sorting
orderByOptional<String>:heavy_minus_sign:Field to order by
includeCursorOptional<Boolean>:heavy_minus_sign:Include cursor item in response
keyOptional<String>:heavy_minus_sign:Key of the topic to filter results.
nameOptional<String>:heavy_minus_sign:Name of the topic to filter results.
idempotencyKeyOptional<String>:heavy_minus_sign:A header for idempotency purposes