Arvexa OS
Get API key

Revenue

List call qualifications

Tenant-scoped CallQualification list with cursor pagination. Returns status, failed mandatory rule codes, override metadata, and a deterministic explainability summary. Call context includes campaign/buyer/publisher ids only — never raw phone numbers or provider SIDs. Routing bids are never qualification truth. Read-only.

GEThttps://api.thearvexa.com/api/qualifications

Calls

Recent Requests

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

Query Params

limitstringrequired
cursorstringrequired
statusstringrequired
callIdstringrequired
campaignIdstringrequired
buyerIdstringrequired
publisherIdstringrequired
evaluatedFromstringrequired
evaluatedTostringrequired

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 qualification list: { data: CallQualificationListItem[], nextCursor }

Paginated qualification list: { data: CallQualificationListItem[], nextCursor }

Schema

array
array
itemsobject
idstringrequired
organizationIdstringrequired
callIdstringrequired
statusenum(PENDING | PASS | FAIL | OVERRIDDEN)required
evaluatedAtobject | nullrequired
overrideReasonobject | nullrequired
overriddenAtobject | nullrequired
failedMandatoryRuleCodesarrayrequired
explainabilitySummarystringrequired
campaignIdobject | nullrequired
buyerIdobject | nullrequired
publisherIdobject | nullrequired
createdAtstringrequired

Example

[]
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