logo
IntegrationsGet sync job details

Get sync job details

Returns full details of a specific CRM sync job.

curl -X GET "https://api.sendkit.ai/v1/integrations/crm/jobs/example_string" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "data": {
    "id": "69c10b1b1b48d8364dc10845",
    "crmType": "airtable",
    "jobType": "push",
    "status": "completed",
    "entityType": "people",
    "externalJobId": "8d8fae18-1463-4eaa",
    "totalRecords": 1,
    "processedRecords": 1,
    "failedRecords": 0,
    "progress": 100,
    "importedCount": 0,
    "pushedCount": 1,
    "errors": [],
    "errorsCount": 0,
    "createdAt": "2026-03-23T09:42:51.508Z",
    "completedAt": "2026-03-23T09:43:02.000Z"
  }
}
GET
/v1/integrations/crm/jobs/{jobId}
GET
API Key (header: X-Api-Key)
X-Api-Keystring
Required

Platform API key (sk_user_...) or Workspace API key (sk_...)

Platform API key (sk_user_...) or Workspace API key (sk_...)
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Api-Keystring
Required

API Key for authentication. Platform API key (sk_user_...) or Workspace API key (sk_...)

Path Parameters

jobIdstring
Required

CRM sync job ID

Responses

successboolean
dataobject