v1

latestOpenAPI 3.0.32026-08-0615026.5 KB
Leads

Get the status of the job.

This endpoint is used to get the status of the job. Once the job is completed, the status will be "completed".

The status can be:

  • pending
  • completed
  • failed

Once the job is completed, please use the getLeads endpoint to get all the leads that were upserted by this request.

get/api/external/v1/leads/get-status

Request body

job_idstring required

Example request

{
  "job_id": "architecto"
}

Response

statusstring
processed_rowsinteger
total_rowsinteger

Example response

{
  "status": "pending",
  "processed_rows": 10,
  "total_rows": 100
}