Get a paginated list of chats for your team.
Bearer token with your Deeptrace API key. Format: Bearer <your_api_key>.
Query Parameters
Items per page (max 100).
Filter to only your chats.
curl "https://api.deeptrace.com/api/chat?page=1&count=10" \
-H "Authorization: Bearer <your_api_key>"