Skip to main content
POST
/
api
/
v1
/
crm
/
check-job-status
Check Job Status
curl --request POST \
  --url https://api.openfunnel.dev/api/v1/crm/check-job-status \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-User-ID: <x-user-id>' \
  --data '
{
  "job_id": "<string>"
}
'
{
  "job_id": "<string>",
  "job_type": "<string>",
  "status": "<string>",
  "connected_crm": "<string>",
  "created_at": "<string>",
  "error_message": "<string>",
  "result": {}
}

Headers

X-API-Key
string
required
X-User-ID
string
required

Body

application/json
job_id
string
required

Job ID returned from sync-accounts-job or sync-people-job

Response

Successful Response

job_id
string
required
job_type
string
required
status
string
required
connected_crm
string | null
created_at
string | null
error_message
string | null
result
Result · object