Get detailed information about a specific image build.
image-builder__get_compose_detailsRetrieve detailed build information for a specific image compose using its unique UUID. Returns status, errors, download URLs, and build logs.
Instructions
Get detailed information about a specific image build.
⚠️ REQUIRES: You MUST have the compose UUID from get_composes() first. ⚠️ NEVER call this with generic terms like "latest", "recent", or "my build" 🟢 CALL IMMEDIATELY - No information gathering required.
Process:
User asks about build status → call get_composes()
Find the desired compose and copy its UUID
Call this function with that exact UUID
Returns: Detailed compose information including: - Full status and progress - Error messages if failed - Download URLs if completed - Build logs - Artifact details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compose_identifier | Yes | The exact UUID string from get_composes() |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |