| Field | Type | Required | Description | Example |
|---|---|---|---|---|
ClientId |
string | ➖ | List sessions for the given client | client_123 |
UserId |
string | ➖ | List sessions for the given user | user_456 |
Status |
Models.Operations.Status | ➖ | Filter sessions by the provided status | active |
Paginated |
bool | ➖ | Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated. |
|
Limit |
long | ➖ | Applies a limit to the number of results returned. Can be used for paginating the results together with offset. |
20 |
Offset |
long | ➖ | Skip the first offset results when paginating.Needs to be an integer greater or equal to zero. To be used in conjunction with limit. |
10 |