Search conversation logs by call IDs
Fetch specific conversation logs by their callIds. This endpoint allows you to retrieve up to 100 specific calls at once. Only returns calls that belong to agents in your organization (security check enforced). Unlike the GET /conversation endpoint, this endpoint can also return retry calls (non-root calls).
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Request
This endpoint expects an object.
callIds
Array of callIds to fetch
Response
Successful response
status
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

