Get one print request + history (member)
ic_prints_getFetch one print request by id: status, model file / link, material / color / quantity, and the full status history with manager notes. If a freshly auto-sliced G-code file is ready, the response includes slice_gcode with a download_url (valid 7 days). You must be the submitter (or a farm manager). Args: { request_id }. Returns: { ok, request, slice_gcode? }. Required scope: prints:read (ft-member+).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The request id (pj_...) from ic_prints_submit. |