Printago API
GET /v1/materials/printer-slots

Get all printer slots

List all printer filament slot configurations

Requires: printer.view

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-08-24T03:58:55.994Z",
    "updatedAt": "2026-08-24T03:58:55.994Z"
  }
]