cURL
curl --request GET \ --url https://cloud.onyx.app/api/chat/search \ --header 'Authorization: Bearer <token>'
{ "groups": [ { "title": "<string>", "chats": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "time_created": "2023-11-07T05:31:56Z", "shared_status": "public", "name": "<string>", "persona_id": 123, "folder_id": 123, "current_alternate_model": "<string>", "current_temperature_override": 123 } ] } ], "has_more": true, "next_page": 123 }
Search for chat sessions based on the provided query. If no query is provided, returns recent chat sessions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?