Get job status
get_jobRetrieve job status, progress, and results for audio mastering, cleanup, or preview tasks. For completed masters, get a signed download link to fetch the final file.
Instructions
Status, progress and result metrics (after_lufs, true_peak_db, lra, platform_ready) for a mastering, cleanup or preview job. For previews it returns each style with its loudness and a listen link. When a master is done it also returns download_url — a signed link that works without credentials for about an hour, so an OAuth-connected agent can fetch the file it paid for. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lra | No | ||
| error | No | ||
| status | No | ||
| progress | No | ||
| after_lufs | No | ||
| result_url | No | ||
| download_url | No | signed, ~1 h, works without credentials | |
| true_peak_db | No | ||
| platform_ready | No | ||
| download_url_expires_in | No |