Properties
| Name | Type | Description |
|---|---|---|
| callGuid | string | Globally unique call identifier |
| callStartTime | string | Call start timestamp |
| callEndTime | string | Call end timestamp |
| callingNumber | string | Caller ANI (Automatic Number Identification) |
| calledNumber | string | Called DNIS (Dialed Number Identification Service) |
| callResult | string | Final call outcome |
| callDuration | integer | Total call duration in seconds |
| selfServiceDuration | integer | Duration of self-service (IVR) portion in seconds |
| queueDuration | integer | Duration in queue in seconds |
| applicationName | string | VXML application that handled the call |
| callServerHostname | string | Call Server that processed the call |
| vxmlServerHostname | string | VXML Server that executed the application |
| sipCallId | string | SIP Call-ID header value |
| icmCallKey | string | ICM/UCCE call key for correlation |
| eccVariables | object | Expanded Call Context (ECC) variables |
| transferDestination | string | Transfer destination number if the call was transferred |
| errorCode | string | Error code if the call ended in error |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CallDetailRecord",
"type": "object",
"properties": {
"callGuid": {
"type": "string",
"description": "Globally unique call identifier"
},
"callStartTime": {
"type": "string",
"description": "Call start timestamp"
},
"callEndTime": {
"type": "string",
"description": "Call end timestamp"
},
"callingNumber": {
"type": "string",
"description": "Caller ANI (Automatic Number Identification)"
},
"calledNumber": {
"type": "string",
"description": "Called DNIS (Dialed Number Identification Service)"
},
"callResult": {
"type": "string",
"description": "Final call outcome"
},
"callDuration": {
"type": "integer",
"description": "Total call duration in seconds"
},
"selfServiceDuration": {
"type": "integer",
"description": "Duration of self-service (IVR) portion in seconds"
},
"queueDuration": {
"type": "integer",
"description": "Duration in queue in seconds"
},
"applicationName": {
"type": "string",
"description": "VXML application that handled the call"
},
"callServerHostname": {
"type": "string",
"description": "Call Server that processed the call"
},
"vxmlServerHostname": {
"type": "string",
"description": "VXML Server that executed the application"
},
"sipCallId": {
"type": "string",
"description": "SIP Call-ID header value"
},
"icmCallKey": {
"type": "string",
"description": "ICM/UCCE call key for correlation"
},
"eccVariables": {
"type": "object",
"description": "Expanded Call Context (ECC) variables"
},
"transferDestination": {
"type": "string",
"description": "Transfer destination number if the call was transferred"
},
"errorCode": {
"type": "string",
"description": "Error code if the call ended in error"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cisco-voice-portal-reporting-call-detail-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.