Retrieve a deployment log by ID
Fetches a single deployment log record by its ID, without requiring the worker or deployment ID. Works for all log types: Voice, Chat, ChatEmbed, Whatsapp, SMS, API, and Email. Delegate-specific fields (e.g. transcription for voice, messages for chat) are flattened into the response automatically.
Authorizations
API key authentication
Path Parameters
The deployment log ID (e.g. log_82788ca4-6e9f-4778-83d4-96868cbe5edb)
Response
Deployment log record with type-specific fields flattened
The log delegate type — determines which type-specific fields are present
VoiceDeploymentLog, ChatDeploymentLog, ChatEmbedDeploymentLog, WhatsappDeploymentLog, SmsDeploymentLog, ApiDeploymentLog, EmailDeploymentLog Voice transfer data, if this is a voice log with a transfer. metrics.transfers is 1 for a call with a transfer record and aligns with voice analysis transfer counts; metrics.transferEvents is the raw callback/event count.
