Arvexa OS
Get API key

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).

POSThttps://api.thearvexa.com/api/calls/{id}/intelligence/reprocess

Calls

Recent Requests

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

Path Params

idstringrequired

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

200Reprocess JobRun completed synchronously (pipeline finished under JobRun)

Reprocess JobRun completed synchronously (pipeline finished under JobRun)

Schema

object
okbooleanrequired
callIntelligenceIdstringrequired
callIdstringrequired
organizationIdstringrequired
jobRunIdstringrequired
previousStatusenum(PENDING | PROCESSING | COMPLETED | FAILED | SKIPPED)required
eventsEmittedarrayrequired
itemsstring

Example

{
  "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.

← Return to API Reference