Revenue
List Decision Explanation Cards
Tenant-scoped DecisionExplanation list with cursor pagination. Filter by status, callIds, minConfidence, maxConfidence, decisionTypes. Returns PII-safe summary fields only — no deep signal dumps. When EXPLAINABLE_DECISION_ENGINE_ENABLED=false returns { enabled: false, data: [], nextCursor: null }.
https://api.thearvexa.com/api/decision-explanationsCalls
Recent Requests
Log in to see full request history| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Headers
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.
Responses
200Paginated Decision Explanation Card list: { enabled, data, nextCursor }application/json
Paginated Decision Explanation Card list: { enabled, data, nextCursor }
Schema
enabledbooleanrequireddataarrayrequireditemsobjectidstringrequiredcallIdstringrequiredorganizationIdstringrequiredstatusenum(PENDING | READY | PARTIAL | FAILED | STALE)requiredsummarystring | nullrequiredoverallConfidencenumber | nullrequireddecisionTypesarrayrequiredfailureCodestring | nullrequiredassembledAtstring | nullrequirednextCursorstring | nullrequiredExample
{
"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.