studio_status
Check generation status and retrieve URLs for audio, video, or report artifacts, or rename them to keep projects organized.
Instructions
Check studio content generation status and get URLs, or rename an artifact.
Args: notebook_id: Notebook UUID action: 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 artifact_id: For status, return only this artifact. Required for action="rename". new_title: Required for action="rename" - the new title for the artifact include_details: Include prompts, source IDs, report content, and media details limit: Maximum artifacts to return for status (1-100, default 20) offset: Number of artifacts to skip for status pagination
Returns: Dictionary with status and results. For action="status": - status: "success" - artifacts: Lean page of artifacts, each containing: - artifact_id: UUID - title: Artifact title - type: audio, video, report, etc. - status: completed, in_progress, failed - created_at: Creation timestamp - error_reason: Failure guidance when status is failed With include_details=True, artifacts also include prompts, source IDs, report content, media URLs, and other rich fields. - summary: Counts of total, completed, in_progress - pagination: returned, offset, limit, and has_more
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| action | No | status | |
| offset | No | ||
| new_title | No | ||
| artifact_id | No | ||
| notebook_id | Yes | ||
| include_details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||