Get a list of the available query sessions
get/querySessions
Returns a list of the available query sessions.
1{2 "count": 1,3 "items": [4 {5 "id": "079b46b9-fbc4-44ce-8cb1-163330e4d812",6 "insertTimestamp": "2025-12-12T19:48:53.448286+00:00",7 "title": "What is the weather today?",8 "updateTimestamp": "2025-12-12T19:48:53.448286+00:00"9 }10 ],11 "limit": 50,12 "name": "querySessions",13 "start": 014}| Name | Type | Required | Description |
|---|---|---|---|
filter | string or null | false | The criteria for filtering. Supported attributes include id and title. Additional attributes might be added in future releases. |
limit | integer | false | The maximum number of records to be returned. Default: 50 |
sortBy | string or null | false | The criteria for sorting. Supported attributes include id, title, insertTimestamp, and updateTimestamp. Additional attributes might be added in future releases. |
start | integer | false | The zero-based offset of the first record to be returned. Default: 0 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 401 | Unauthorized | The user was not authenticated. | Schema | |
| 422 | Unprocessable Entity | The server understands the request but was unable to process the contained instructions. | Schema |