ContextsControllerListContextsRequest
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 | 10 |
orderDirection | Optional<ContextsControllerListContextsOrderDirection> | :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 | |
id | Optional<String> | :heavy_minus_sign: | Filter contexts by id | tenant-prod-123 |
search | Optional<String> | :heavy_minus_sign: | Search contexts by type or id (supports partial matching across both fields) | tenant |
idempotencyKey | Optional<String> | :heavy_minus_sign: | A header for idempotency purposes |