| Field | Type | Required | Description | Example |
|---|---|---|---|---|
after |
Optional[str] | ➖ | Cursor for pagination indicating the starting point after which to fetch results. | |
before |
Optional[str] | ➖ | Cursor for pagination indicating the ending point before which to fetch results. | |
limit |
Optional[float] | ➖ | Limit the number of items to return | 10 |
order_direction |
Optional[models.OrderDirection] | ➖ | Direction of sorting | |
order_by |
Optional[str] | ➖ | Field to order by | |
include_cursor |
Optional[bool] | ➖ | Include cursor item in response | |
id |
Optional[str] | ➖ | Filter contexts by id | tenant-prod-123 |
search |
Optional[str] | ➖ | Search contexts by type or id (supports partial matching across both fields) | tenant |
idempotency_key |
Optional[str] | ➖ | A header for idempotency purposes |