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_id
The batch file ID returned from Upload Batch File
Response
This endpoint returns an object.
id
Batch file ID
created_at
Upload timestamp
item_count
Number of audio sources
size_bytes
Manifest size in bytes
status
Validation status
Allowed values:
checksum
SHA256 checksum
title
Title from metadata
description
Description from metadata
validation_errors
If status is INVALID, lists what’s wrong
