Check print generation
studio_statusCheck a custom print generation. Args: print_id (from studio_generate). When done returns preview_url — show it to the human.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| print_id | Yes | Generation id returned by studio_generate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| error | No | Generation failure reason (credits are refunded). | |
| detail | No | ||
| status | No | Generation state; 'done' and 'failed' are terminal. | |
| print_id | No | ||
| design_url | No | Shareable Studio design page (when done) — the link to SHARE with the human. | |
| preview_url | No | Raw print image (when done) — embed/attach it so the human sees the print in chat. |