Conversations
Every call placed through HollrAI can produce a conversation record. Conversations are the API surface for reading call outcomes and the data generated from the interaction.
Typical uses include retrieving transcripts, reading AI-generated summaries, checking sentiment, accessing recording information, and correlating a call with your own identifiers.
The conversation object
List conversations
List all conversations
Supports pagination and filters such as status, direction, tag, date range, and sorting.
List conversations for a campaign
The campaign-specific endpoint uses POST and accepts the campaign ID in the request body.
Get a single conversation
Get a conversation by call SID
Useful when your system already has the telephony provider’s call identifier.
Update or delete a conversation
Conversation updates are partial. For example:
Delete a conversation with:
Pagination
List endpoints return a pagination object alongside results:
Pass page and limit to move through additional pages.

