Revenue
Get DecisionLog timeline for a call
Returns tenant-scoped DecisionLog timeline entries for a call (newest first). Deep signals are ADMIN-only (null for OPS_MANAGER). When EXPLAINABLE_DECISION_ENGINE_ENABLED=false returns enabled=false with empty data. Cross-tenant or missing call returns 404.
https://api.thearvexa.com/api/calls/{id}/decision-logsCalls
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.
Responses
200DecisionLog timeline payloadapplication/json
DecisionLog timeline payload
Schema
enabledbooleanrequiredcallIdstringrequiredorganizationIdstringrequireddataarrayrequireditemsobjectidstringrequiredcallIdstringrequiredorganizationIdstringrequireddecisionExplanationIdstring | nullrequireddecisionTypeenum(ROUTING | QUALIFICATION | TRUST | FRAUD | SETTLEMENT | PRICING | BUYER_RECOMMENDATION | PUBLISHER_RECOMMENDATION | CALL_INTELLIGENCE | MARGIN | LEAKAGE | GENOME | GRAPH | OPTIMIZATION | SIMULATION | EXPERIMENT | MARKETPLACE | BROKER | JOURNEY | OMNICHANNEL | COMPOSITE)requireddecisionKeystringrequiredoutcomeCodestring | nullrequiredsummarystring | nullrequiredconfidencenumber | nullrequiredsignalsarray | nullrequiredDeep signals — ADMIN-only (null for OPS_MANAGER).
sourceEntityTypestring | nullrequiredsourceEntityIdstring | nullrequiredoccurredAtstringrequiredcreatedAtstringrequiredmessagestring | nullrequiredExample
{
"enabled": true,
"callId": "string",
"organizationId": "string",
"data": [],
"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.