Check status of a custom production inquiry
get_inquiry_statusWhere a custom inquiry stands: awaiting_confirmation (customer hasn't clicked the emailed link yet) or confirmed with the studio stage (new, replied, proposal_sent, won, closed). PII-free; pass the inquiry_id returned by submit_custom_inquiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inquiry_id | Yes | From submit_custom_inquiry |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| error | No | ||
| stage | No | ||
| status | No | ||
| updated | No |