Make your first request
1. Set the base URL and credentials
Use https://anthropod.in/api/v2 with your private API key from the dashboard Developer Hub. Store the key on your backend.
2. List conversations for a date range
This request selects calls and chats on 1 September 2026 UTC:
Add channel=call or channel=chat to select one channel. Timestamps are epoch seconds. Use inclusive start_time and exclusive end_time bounds, with a maximum 31-day window.
3. Read the response and continue
The data array contains conversation records. If pagination.has_more is true, repeat the request with cursor set to the returned pagination.next_cursor. Preserve the original filters and sort order.