| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after |
Optional<String> | ➖ | Cursor for pagination indicating the starting point after which to fetch results. | |
before |
Optional<String> | ➖ | Cursor for pagination indicating the ending point before which to fetch results. | |
limit |
Optional<Double> | ➖ | Limit the number of items to return | 10 |
orderDirection |
Optional<ContextsControllerListContextsOrderDirection> | ➖ | Direction of sorting | |
orderBy |
Optional<String> | ➖ | Field to order by | |
includeCursor |
Optional<Boolean> | ➖ | Include cursor item in response | |
id |
Optional<String> | ➖ | Filter contexts by id | tenant-prod-123 |
search |
Optional<String> | ➖ | Search contexts by type or id (supports partial matching across both fields) | tenant |
idempotencyKey |
Optional<String> | ➖ | A header for idempotency purposes |