Skip to main content
GET
Get Batch

Authorizations

Authorization
string
header
required

API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.

Path Parameters

id
string
required

Batch id (batch_…).

Response

Batch with items

id
string
Example:

"batch_aB3dE5fG7hI9jK1m"

object
string
Example:

"batch"

total_count
integer
completed_count
integer
error_count
integer
status
enum<string>
Available options:
processing,
completed,
failed
items
object[]

Present on GET /batches/{id}.

created_at
string<date-time>