Printago API
GET
/v1/materials/printer-slots
Get all printer slots
List all printer filament slot configurations
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"printerId": "string",
"amsIndex": 1,
"slotIndex": 1,
"slot": -64,
"id": "string",
"storeId": "string",
"createdAt": "2026-09-09T20:31:47.068Z",
"updatedAt": "2026-09-09T20:31:47.068Z"
}
]