Printago API
GET /v1/maintenance/items

List maintenance items

List all maintenance items for the store

Requires: maintenance.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "name": "string",
    "interval": 1,
    "warningThresholdPct": 1,
    "isSystemDefault": true,
    "customMetadata": {},
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-09T20:31:46.598Z",
    "updatedAt": "2026-09-09T20:31:46.598Z"
  }
]