Skip to main content
GET
Get Call Detail

Authorizations

string
required
Enter your ContactSwing JWT Bearer token.

Path Parameters

string
required
Session ID of the voice call from ContactSwing dashboard.

Response

200 OK - Call detail retrieved successfully
string
Request context ID
object
Call details including:
string
Call ID
object
Complete session metadata
array
All conversation exchanges
array
Actions triggered during call
string
“Request processed successfully”
400 Bad Request - Call ID is required 401 Unauthorized - Invalid or missing token 404 Not Found - Call not found 429 Too Many Requests - Rate limit exceeded (30 calls per minute) 500 Internal Server Error - Server error

Example Request