# GetSessionListRequest ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | `clientId` | *Optional* | :heavy_minus_sign: | List sessions for the given client | | `userId` | *Optional* | :heavy_minus_sign: | List sessions for the given user | | `status` | [Optional](../../models/operations/Status.md) | :heavy_minus_sign: | Filter sessions by the provided status | | `limit` | *Optional* | :heavy_minus_sign: | Applies a limit to the number of results returned.
Can be used for paginating the results together with `offset`. | | `offset` | *Optional* | :heavy_minus_sign: | Skip the first `offset` results when paginating.
Needs to be an integer greater or equal to zero.
To be used in conjunction with `limit`. |