Arvexa OS
Get API key

Revenue

List Call Intelligence Cards

Tenant-scoped CallIntelligence (Call Intelligence Card) list with cursor pagination. Filter by status, urgency, sentiment, and callIds. Returns PII-safe summary fields only — no transcript segments or provider SIDs. conversationQualityScore is M13 conversation rubric, distinct from M4 CallQualityScore. When CALL_INTELLIGENCE_ENABLED=false returns { enabled: false, data: [], nextCursor: null }.

GEThttps://api.thearvexa.com/api/calls/intelligence

Calls

Recent Requests

Log in to see full request history
TimeStatusUser Agent
Make a request to see history.

Headers

x-organization-idstringrequired

Tenant organization identifier

x-user-rolestringrequired

Development RBAC role (for example SUPER_ADMIN, ORG_ADMIN, OPS_MANAGER, VIEWER)

x-user-idstring

Trusted 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-idstringrequired

Responses

200Paginated Call Intelligence Card list: { enabled, data, nextCursor }

Paginated Call Intelligence Card list: { enabled, data, nextCursor }

Schema

object
enabledbooleanrequired

False when CALL_INTELLIGENCE_ENABLED is off.

dataarrayrequired
itemsobject
idstringrequired
callIdstringrequired
organizationIdstringrequired
statusenum(PENDING | PROCESSING | COMPLETED | FAILED | SKIPPED)required
urgencyenum(LOW | MEDIUM | HIGH | EMERGENCY) | nullrequired
emergencyLevelenum(NONE | POSSIBLE | CONFIRMED) | nullrequired
sentimentenum(POSITIVE | NEUTRAL | NEGATIVE | MIXED) | nullrequired
conversationQualityScorenumber | nullrequired

M13 conversationQualityScore — not M4 CallQualityScore.

summarystring | nullrequired
processedAtstring | nullrequired
reviewedAtstring | nullrequired
humanReviewRequiredbooleanrequired
nextCursorstring | nullrequired

Example

{
  "enabled": true,
  "data": [],
  "nextCursor": "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.

← Return to API Reference