Printago API
GET /v1/maintenance/history

Get completion history

Get maintenance completion history

Requires: maintenance.view

Query Parameters

printerId optional
string

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "enrollmentId": "string",
    "printerId": "string",
    "maintenanceItemId": "string",
    "completedAt": "2026-08-24T03:58:55.509Z",
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-08-24T03:58:55.509Z",
    "updatedAt": "2026-08-24T03:58:55.509Z"
  }
]