The Only API docs
Bulk Import

List import jobs

Import history for the panel, newest first, each job carrying its per-status row counts.

GET
/import/jobs

Import history for the panel, newest first, each job carrying its per-status row counts.

X-API-Key<token>

Your CRM panel API key

In: header

Query Parameters

limit?integer

Jobs per page (1–200).

Range1 <= value <= 200
Default50
offset?integer

Row offset for pagination.

Default0

Response Body

application/json

curl -X GET "https://example.com/import/jobs"
{  "jobs": [],  "success": true,  "total": 0}