cURL
curl --request GET \ --url https://api.example.com/chats \ --header 'Authorization: Bearer <token>'
{ "page": 123, "page_size": 123, "more": true, "total_pages": 123, "results": [ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "team_id": "<string>", "project": "<string>", "user": "<string>", "total_messages": 123, "code_mapping_id": "<string>", "chat_type": "<string>", "analysis_node_id": "<string>" } ] }
list all chats using search params. Returns a paginated responses
API key in Bearer token format
code
analysis
created_at
updated_at
desc
asc
Successful Response
Show child attributes