Skip to main content
GET
Node.js

Authorizations

x-api-key
string
header
required

Path Parameters

jobId
string
required

The batch job ID

Response

Successfully retrieved the status and results (if completed)

Response for batch job results

status
enum<string>
required

Current status of the batch job

Available options:
queued,
active,
completed,
failed
Example:

"completed"

results
object[]
required

Array of results for each video in the batch

stats
object
required

Statistics about the batch job progress

completedAt
string<date-time> | null

Timestamp when the job completed, if status is completed

Example:

"2025-04-03T06:59:53.428Z"