{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "last_updated_at": "2023-11-07T05:31:56Z", "etag": "<string>", "settings": { "model_selection": [ "<string>" ], "temperature": 0.4, "max_tokens": 123, "tools": [ { "name": "Web Research", "description": "Search the web for information", "enabled": true, "type": "web_research" }, { "name": "Noxus Q&A", "description": "Answer questions about the Noxus platform", "enabled": true, "type": "noxus_qa" }, { "name": "Select Knowledge Base Q&A", "description": "Select a knowledge base to answer questions about", "enabled": true, "type": "kb_selector" } ], "extra_instructions": "<string>" } } ], "total": 1, "page": 2, "size": 2, "pages": 1 }
Get a paginated list of conversations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
x >= 1
Page size
1 <= x <= 100
Successful Response
The response is of type object.
object