Get Batch File

Get details about a specific batch file manifest, including its validation status. Check this after uploading to ensure your manifest is valid before starting a batch.

Authentication

AuthorizationBearer

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

Path parameters

batch_file_idUUIDRequired

The batch file ID returned from Upload Batch File

Response

This endpoint returns an object.
idUUID
Batch file ID
created_atdatetime
Upload timestamp
item_countinteger
Number of audio sources
size_bytesinteger
Manifest size in bytes
statusenum
Validation status
Allowed values:
checksumstring or null
SHA256 checksum
titlestring or null
Title from metadata
descriptionstring or null
Description from metadata
validation_errorslist of strings or null

If status is INVALID, lists what’s wrong

Errors