commission_status
Check the status of your ship commissions (Shows all your active commissions, including whether each order is a bare hull or default fit and whether it uses partial sourcing. On sourcing entries, required_materials is the total requirement, materials_gathered is cumulative and already includes materials_initially_supplied plus later donations and yard purchases, and materials_to_source is the remaining deficit: max(required_materials - materials_gathered, 0) per item. Omitted map keys and omitted materials_to_source items mean zero. Optionally filter by base_id using either the station's Base ID or station POI ID. Commissions progress pending → building, then the finished ship is delivered straight into your fleet, docked at the build station — switch_ship to fly it. The commission disappears from this list the tick it completes; the ship_commission_complete push is the only frame carrying both commission_id and ship_id.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | No | Optional: filter commissions to a station by either its Base ID or station POI ID | |
| session_id | Yes | Your session ID from login/register |