get
https://api.beauthenticx.com/Receipts
Returns a list of receipts for interactions that have finished processing and match the specified criteria.
Each result in the response includes the following fields:
- ConversationId: Unique identifier for the conversation. Corresponds to the Id field from GET /Metadata and the ConversationId from GET /Conversations/Insights
- DateTimeReceived: The date/time the interaction arrived in the system
- ClientCallId: Your external telephony reference ID for this conversation
- DateTimeTransmitted: The date/time the export attempt was transmitted
- ReceiptId: The receipt ID returned from the downstream system
- SafetyEvent: Safety event classification result from the export
- AdverseEvent: Adverse event classification result from the export
- ProductQualityComplaint: Product quality complaint result from the export
- uid: The external system UID returned from the export endpoint
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Common next steps after a GET /Receipts/ call:
- Use
ConversationIdwithGET /Conversations/Transcriptions/{conversationId}/to retrieve the conversation text for a specific receipt. - Use
ConversationIdwithGET /Metadata/to get full conversation context. - Page through results by passing the last
Idfrom the current response asLastIdon the next call.
200Returns the receipts that match the specified criteria
400If the request parameters are invalid
404If no receipts meet the criteria
