TopicsControllerListTopicsRequest
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after | Optional<String> | :heavy_minus_sign: | Cursor for pagination indicating the starting point after which to fetch results. | |
before | Optional<String> | :heavy_minus_sign: | Cursor for pagination indicating the ending point before which to fetch results. | |
limit | Optional<Double> | :heavy_minus_sign: | Limit the number of items to return (max 100) | 10 |
orderDirection | Optional<TopicsControllerListTopicsOrderDirection> | :heavy_minus_sign: | Direction of sorting | |
orderBy | Optional<String> | :heavy_minus_sign: | Field to order by | |
includeCursor | Optional<Boolean> | :heavy_minus_sign: | Include cursor item in response | |
key | Optional<String> | :heavy_minus_sign: | Key of the topic to filter results. | |
name | Optional<String> | :heavy_minus_sign: | Name of the topic to filter results. | |
idempotencyKey | Optional<String> | :heavy_minus_sign: | A header for idempotency purposes |