cURL
curl --request GET \ --url https://www.itsconvo.com/api/v1/conversations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "sess_a1b2c3", "title": "Q1 Planning Review", "startTime": "2026-03-18T14:00:00Z", "endTime": "2026-03-18T14:45:00Z", "duration": 45, "segmentCount": 128, "linkedCalendarEventId": null } ], "pagination": { "total": 42, "limit": 20, "offset": 0 } }
API key as Bearer token. Generate keys in your Convo dashboard settings.
Max results to return
x <= 100
Number of results to skip
Search conversations by title
Return conversations after this date (ISO 8601)
List of conversations
Show child attributes
Was this page helpful?