/public/v1/bulk/jobs
X-API-Key: <your_api_key>
API key must be generated from your account at dashboard.powerlead.com.
skip
(integer, optional)limit
(integer, optional)task_id
: Unique job identifier.status
: Current job status (queued
, processing
, completed
, or failed
).records
: Number of records submitted in the job.created_at
: When the job was submitted.completed_at
: When the job finished (or null
if not completed).skip
and limit
to paginate through large job histories.