Skip to main content
GET
Get bulk job status

Authorizations

Authorization
string
header
required

API key from the dashboard. Pass as Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

Response

Job details

id
string<uuid>
required
status
enum<string>
required
Available options:
PENDING,
RUNNING,
DONE,
FAILED
total_rows
integer
required
processed_rows
integer
required
created_at
string<date-time>
required
output_file_url
string

Blob URL when DONE