inspectImageSession
Retrieve session metadata, asset prompts, toolchains, and iteration history for an image generation session. Use to review generated assets, find asset IDs for iteration, or understand generation history.
Instructions
Retrieve detailed information about an image generation session and all its assets.
Returns:
Session metadata (creation time, name, status)
List of all assets with their prompts, toolchains, and status
Parent-child relationships showing iteration history
Use this to:
Review what was generated in a session
Find asset IDs for iteration
Understand the generation history and toolchains used
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session UUID to inspect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| assets | Yes | ||
| status | Yes | ||
| sessionId | Yes | ||
| assetCount | No |