Printago API
GET
/v1/materials/instances
Get all material instances
List all physical filament spools in your inventory
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"variantId": "string",
"materialId": "string",
"materialType": "string",
"remainingMaterial": 0,
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.614Z",
"updatedAt": "2026-08-24T03:58:55.615Z"
}
]