TopicsControllerListTopicSubscriptionsRequest
January 22, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
topicKey | String | :heavy_check_mark: | The key identifier of the topic | |
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<TopicsControllerListTopicSubscriptionsOrderDirection> | :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 | |
subscriberId | Optional<String> | :heavy_minus_sign: | Filter by subscriber ID | |
contextKeys | List<String> | :heavy_minus_sign: | Filter by exact context keys, order insensitive (format: "type:id") | [ "tenant:org-123", "region:us-east-1" ] |
idempotencyKey | Optional<String> | :heavy_minus_sign: | A header for idempotency purposes |