Call Imports
GET
/api/v1/call-imports

List call-import batches for the active workspace, newest first.

Scoped to (organization_id, workspace_id) so users only see imports for the workspace they're currently in. Supports a high-level dataset filter (powers the segregation dropdown at the top of the imports page) plus an AND-style multi-tag filter via repeated tag_id parameters.

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Query Parameters

page?Page
Range1 <= value
Default1
page_size?Page Size
Range1 <= value <= 100
Default20
status?|null
dataset?|

Filter by exact dataset string (case-insensitive). Pass the literal value 'none' to filter to imports with no dataset.

tag_id?array<>|

Filter to imports tagged with ALL of the given tag ids.

source_format?|

Filter by source format. Use 'audio' for manual recordings or 'non_audio' for CSV/Excel/legacy imports.

Header Parameters

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

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/call-imports"
{  "items": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "organization_id": "7c60d51f-b44e-4682-87d6-449835ea4de6",      "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9",      "provider": "string",      "telephony_integration_id": "50fbd5e3-6c05-4c13-a603-21ee107c9692",      "original_filename": "string",      "sheet_name": "string",      "dataset": "string",      "tags": [        {          "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",          "name": "string",          "color": "string",          "created_at": "2019-08-24T14:15:22Z",          "updated_at": "2019-08-24T14:15:22Z"        }      ],      "schema_id": "9c37f32d-8308-4815-9b0d-83fa3c1b25f9",      "parameter_mapping": {        "property1": "string",        "property2": "string"      },      "column_mapping": {        "property1": "string",        "property2": "string"      },      "extra_columns": [        "string"      ],      "custom_column_mapping": {        "property1": "string",        "property2": "string"      },      "skipped_columns": [        "string"      ],      "source_row_skips": [        {          "source_row": 0,          "reason": "string",          "message": "string"        }      ],      "source_s3_key": "string",      "source_format": "string",      "source_size_bytes": 0,      "source_content_type": "string",      "available_sheets": [        {          "name": "string",          "headers": [            "string"          ],          "row_count": 0        }      ],      "total_rows": 0,      "completed_rows": 0,      "failed_rows": 0,      "status": "pending",      "error_message": "string",      "latest_evaluation_status": "string",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z",      "created_by_email": "string",      "last_updated_by_email": "string"    }  ],  "total": 0,  "page": 0,  "page_size": 0}

Community & contact

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