Skip to main content
GET
Get batch status

Authorizations

Authorization
string
header
required

Bearer token authentication using API tokens for team-based access control.

You can generate your own API token at: https://app.nexrender.com/settings/api-tokens

Path Parameters

id
string
required

Unique batch identifier in ULID format

Pattern: ^[0-9A-HJKMNP-TV-Z]{26}$

Response

Successfully retrieved batch status and job details

Current status and progress of a batch of jobs

batchId
string
required

Unique batch identifier

status
enum<string>
required

Overall batch status based on aggregate job states

Available options:
processing,
finished,
error
stats
object
required

Aggregate statistics for all jobs in the batch

jobs
object[]
required

Individual job details within the batch