Call Imports
POST
/api/v1/call-imports/{call_import_id}/retry-failed

Re-enqueue every failed import row in this batch.

Useful when transient provider issues are resolved and the operator wants a one-click "try failed downloads again" pass without re-uploading the CSV.

Pass provider + telephony_integration_id (or both omitted for direct-URL retry) to change how recordings are fetched on this pass. When the body is omitted entirely, the batch keeps its existing pinned credentials.

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Path Parameters

call_import_id*Call Import Id
Formatuuid

Header Parameters

Authorization?string|null
X-API-Key?string|null
X-EFFICIENTAI-API-KEY?string|null
X-Workspace-Id?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Optional credential override when re-enqueueing failed import rows.

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/call-imports/497f6eca-6276-4993-bfeb-53cbbbba6f08/retry-failed" \  -H "Content-Type: application/json" \  -d '{}'
{  "requeued": 0,  "enqueue_failed": 0,  "skipped": 0}

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!