Skip to main content
GET
Queries the status and progress of a batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string
required

Response

Batch status

batch_id
string
required
status
enum<string>
required
Available options:
accepted,
validating,
processing,
completed,
completed_with_errors,
failed
received_count
integer
required
created_at
string<date-time>
required
validated_ok
integer
validated_failed
integer
upserted
integer
failed
integer
updated_at
string<date-time>