List job data for a completed bulk job.
GET/v2/bulk_jobs/:bulk_jobs_id/results
Fetches multiple job data records for a completed bulk job. Note that until a bulk job's state is set to done the returned data will be an empty array. Pagination is not supported, but cursor based polling is via use of the id[gt] filter. Pass the last id seen (i.e. id[gt]=1234) in order to get the next batch of records.
Request
Responses
- 200
Success