Skip to main content
GET
/
api
/
chat
curl "https://api.deeptrace.com/api/chat?page=1&count=10" \
  -H "Authorization: Bearer <your_api_key>"
Get a paginated list of chats for your team.

Headers

Authorization
string
required
Bearer token with your Deeptrace API key. Format: Bearer <your_api_key>.

Query Parameters

page
integer
default:"1"
Page number (1-based).
count
integer
default:"20"
Items per page (max 100).
my_chats
boolean
default:"false"
Filter to only your chats.
curl "https://api.deeptrace.com/api/chat?page=1&count=10" \
  -H "Authorization: Bearer <your_api_key>"