Studio Status
studio_statusCheck studio content generation status and retrieve artifact URLs. Rename artifacts to keep your notebook organized.
Instructions
Check studio content generation status and get URLs, or rename an artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum artifacts to return for status (1-100, default 20) | |
| action | No | Action to perform: - status (default): List all artifacts with their status and URLs - rename: Rename an artifact (requires artifact_id and new_title) - list_types: List all supported artifact types with their options | status |
| offset | No | Number of artifacts to skip for status pagination | |
| new_title | No | Required for action="rename" - the new title for the artifact | |
| artifact_id | No | For status, return only this artifact. Required for action="rename". | |
| notebook_id | Yes | Notebook UUID | |
| include_details | No | Include prompts, source IDs, report content, and media details |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||