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).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of callIds to fetch
1 - 100 elements[
"CALL-1737000000000-abc123",
"CALL-1737000000001-def456"
]