# Make request
curl -X GET "https://audio-batch.api.fireworks.ai/v1/accounts/{account_id}/batch_job/{batch_id}" \
-H "Authorization: <FIREWORKS_API_KEY>"
# Make request
curl -X GET "https://audio-batch.api.fireworks.ai/v1/accounts/{account_id}/batch_job/{batch_id}" \
-H "Authorization: <FIREWORKS_API_KEY>"
Authorization=FIREWORKS_API_KEY. Alternatively, can be provided as a query param.batch_id returned when the batch request was originally submitted."completed" and "processing".null when the job has completed successfully.body field.status is "completed".content_type field and may vary across endpoints.content_type to determine how to parse or interpret the value.# Make request
curl -X GET "https://audio-batch.api.fireworks.ai/v1/accounts/{account_id}/batch_job/{batch_id}" \
-H "Authorization: <FIREWORKS_API_KEY>"
Was this page helpful?