Post Auphonic production to Slack
This query returns the details of one Auphonic production, including its status and a link to the processed audio.
Developer info
- API endpoint slug
- auphonic.look_up_production
- Runtime method
- performQuery("auphonic.look_up_production"}
Query fields
Production Text input
- Label
- Which production?
- Helper text
- Use the ProductionId ingredient from the New finished production trigger, or paste the address of a production's Auphonic page.
- Slug
- production_id
- Required
- true
- Can have default value
- true
Ingredients
Title The title of the production, taken from its metadata.
- Slug
- title
- Filter code
- Auphonic.lookUpProduction.Title
- Type
- String
- Example
- Episode 47: The Long Tail
Status The production's status in plain words.
- Slug
- status
- Filter code
- Auphonic.lookUpProduction.Status
- Type
- String
- Example
- Done
Length How long the finished audio runs, formatted by Auphonic as HH:MM:SS.mmm.
- Slug
- length
- Filter code
- Auphonic.lookUpProduction.Length
- Type
- String
- Example
- 00:32:14.880
Format The output file's format.
- Slug
- format
- Filter code
- Auphonic.lookUpProduction.Format
- Type
- String
- Example
- mp3
Audio file url A direct download link for the processed audio.
- Slug
- audio_file_url
- Filter code
- Auphonic.lookUpProduction.AudioFileUrl
- Type
- File URL
- Example
- https://auphonic.com/api/download/audio-result/X2bUTQ8z888YaKukkU6vfJ/episode-47.mp3
File size The output file's size.
- Slug
- file_size
- Filter code
- Auphonic.lookUpProduction.FileSize
- Type
- String
- Example
- 197.2 KB
Warning Auphonic's warning message for this production. It can be set even when processing succeeds, and is how you learn that an algorithm declined to run. Empty when there is nothing to report.
- Slug
- warning
- Filter code
- Auphonic.lookUpProduction.Warning
- Type
- String
- Example
- The Noise Reduction was deactivated. Please check that your file is long enough to contain background and foreground segments for noise print extraction!
Credits used The processing credit this production used, in hours.
- Slug
- credits_used
- Filter code
- Auphonic.lookUpProduction.CreditsUsed
- Type
- String
- Example
- 0.05
Auphonic page url The production's status page on Auphonic.
- Slug
- auphonic_page_url
- Filter code
- Auphonic.lookUpProduction.AuphonicPageUrl
- Type
- Web URL
- Example
- https://auphonic.com/engine/status/X2bUTQ8z888YaKukkU6vfJ
