Get transcript summaries
GET/v1/public/tenants/:tenantId/transcript-summaries
Retrieves transcript summaries for one or more interaction IDs.
Pass one or more interactionId query parameters. The API returns successfully retrieved summaries and lists any IDs that could not be retrieved as partial failures.
A maximum of 50 interaction IDs can be provided per request.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully retrieved transcript summaries. Partial failures are included in the response body.
Bad request — missing or invalid interactionId parameter
Unauthorized — missing or invalid API key
Forbidden — tenant does not belong to the authenticated customer
Internal server error