Revenue
Admin reprocess call intelligence
ADMIN-only (SUPER_ADMIN, ORG_ADMIN). Rate-limited to once per minute per call. Synchronously runs CALL_INTELLIGENCE_PROCESS via CallIntelligenceJobHandler (creates a JobRun and awaits the transcription+LLM pipeline in-process; RecordingEngine unchanged). Returns 200 with jobRunId when the JobRun completes. AuditLog + call.intelligence.reprocess_requested are written only after the JobRun succeeds. Requires CALL_INTELLIGENCE_ENABLED=true. Returns 409 when status is PROCESSING. Cross-tenant or missing intelligence returns 404. Provider/prompt config changes remain under human-approval policy. Clients should allow a long request timeout (pipeline may take minutes).
https://api.thearvexa.com/api/calls/{id}/intelligence/reprocessCalls
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
200Reprocess JobRun completed synchronously (pipeline finished under JobRun)application/json
Reprocess JobRun completed synchronously (pipeline finished under JobRun)
Schema
okbooleanrequiredcallIntelligenceIdstringrequiredcallIdstringrequiredorganizationIdstringrequiredjobRunIdstringrequiredpreviousStatusenum(PENDING | PROCESSING | COMPLETED | FAILED | SKIPPED)requiredeventsEmittedarrayrequireditemsstringExample
{
"ok": true,
"callIntelligenceId": "string",
"callId": "string",
"organizationId": "string",
"jobRunId": "string",
"previousStatus": "PENDING",
"eventsEmitted": [
"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.
409Intelligence is currently PROCESSING
Intelligence is currently PROCESSING
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.
429Reprocess rate limit exceeded (1/min/call)
Reprocess rate limit exceeded (1/min/call)
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.