/public/v1/bulk/status/{job_id}
job_id
. It returns information about the job’s processing state and progress.
X-API-Key: <your_api_key>
API key must be generated from your account at dashboard.powerlead.com.
job_id
(string) requiredtask_id
: The job ID.status
: One of queued
, processing
, completed
, or failed
.records
: Total number of records in the job.created_at
: Timestamp of when the job was created.completed_at
: Timestamp of job completion or null
if not yet completed.job_id
or malformed request.
completed
, use the GET /public/v1/bulk/result/{job_id}
endpoint to retrieve results.