Revenue
Get Call Intelligence Card
Returns the tenant-scoped Call Intelligence Card (CallIntelligence entity) for a call: status, summary, urgency, emergencyLevel, sentiment, conversationQualityScore (M13 rubric — distinct from M4 CallQualityScore), objections, bookingSignals, signalsJson, processedAt, and review fields. PII-safe operator payload — no transcript segments or provider SIDs. When CALL_INTELLIGENCE_ENABLED=false returns enabled=false structured payload (not 500). Missing intelligence returns evaluated=false. Cross-tenant or missing call returns 404. ADMIN + OPERATOR roles.
https://api.thearvexa.com/api/calls/{id}/intelligenceCalls
Recent Requests
Log in to see full request history| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Path Params
idstringrequiredHeaders
x-organization-idstringrequiredTenant organization identifier
x-user-rolestringrequiredDevelopment RBAC role (for example SUPER_ADMIN, ORG_ADMIN, OPS_MANAGER, VIEWER)
x-user-idstringTrusted authenticated actor id (interim header auth). Recorded as the actor on sensitive writes such as finance adjustments and their approve/reject decisions. Ignored when header auth is disabled.
x-organization-idstringrequiredResponses
200Call Intelligence Card payloadapplication/json
Call Intelligence Card payload
Schema
enabledbooleanrequiredTrue when CALL_INTELLIGENCE_ENABLED is on for this deployment.
evaluatedbooleanrequiredTrue when a persisted Call Intelligence Card (CallIntelligence) exists for this call.
callIntelligenceIdstring | nullrequiredPersisted CallIntelligence id (Call Intelligence Card).
callIdstringrequiredorganizationIdstringrequiredstatusenum(PENDING | PROCESSING | COMPLETED | FAILED | SKIPPED) | nullrequiredsummarystring | nullrequiredserviceCategoryLabelstring | nullrequiredPII-safe extracted service category label.
serviceCategoryConfidencenumber | nullrequiredExtraction confidence for serviceCategoryLabel (0–1).
urgencyenum(LOW | MEDIUM | HIGH | EMERGENCY) | nullrequiredemergencyLevelenum(NONE | POSSIBLE | CONFIRMED) | nullrequiredsentimentenum(POSITIVE | NEUTRAL | NEGATIVE | MIXED) | nullrequiredconversationQualityScorenumber | nullrequiredM13 conversationQualityScore (0–100) — distinct from M4 CallQualityScore.
objectionsarrayrequiredPII-safe objection signals.
itemsobjectbookingSignalsarrayrequiredPII-safe booking signals (informational only).
itemsobjectsignalsJsonobject | nullrequiredVersioned signal metadata (confidences, humanReviewRequired). No raw PII or provider SIDs.
processedAtstring | nullrequiredreviewedAtstring | nullrequiredreviewedByUserIdstring | nullrequiredreviewNotesstring | nullrequiredfailureCodestring | nullrequiredfailureMessagestring | nullrequiredextractionVersionstring | nullrequiredexplainabilityobjectrequiredsummarystringrequiredconversationQualityEvidenceobjectrequiredlabelstringrequiredisCallQualityTruthbooleanoptionalexample: false
isConversationTruthbooleanoptionalexample: false
notestringrequiredcallQualityEvidenceobjectrequiredlabelstringrequiredisCallQualityTruthbooleanoptionalexample: false
isConversationTruthbooleanoptionalexample: false
notestringrequiredqualificationEvidenceobjectrequiredlabelstringrequiredisCallQualityTruthbooleanoptionalexample: false
isConversationTruthbooleanoptionalexample: false
notestringrequiredmessagestring | nullrequiredPresent when disabled or unevaluated.
Example
{
"enabled": true,
"evaluated": true,
"callIntelligenceId": "string",
"callId": "string",
"organizationId": "string",
"status": "PENDING",
"summary": "string",
"serviceCategoryLabel": "string",
"serviceCategoryConfidence": 0,
"urgency": "LOW",
"emergencyLevel": "NONE",
"sentiment": "POSITIVE",
"conversationQualityScore": 0,
"objections": [],
"bookingSignals": [],
"processedAt": "string",
"reviewedAt": "string",
"reviewedByUserId": "string",
"reviewNotes": "string",
"failureCode": "string",
"failureMessage": "string",
"extractionVersion": "string",
"message": "string"
}400Validation error
Validation error
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.
403Forbidden for the supplied role
Forbidden for the supplied role
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.
404Resource not found
Resource not found
No response body schema in OpenAPI
This status is documented, but the operation did not publish a response schema or example. The HTTP status and description above are still authoritative.