Printago API
GET
/v1/maintenance/history
Get completion history
Get maintenance completion history
Query Parameters
printerId
optional
string
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"enrollmentId": "string",
"printerId": "string",
"maintenanceItemId": "string",
"completedAt": "2026-09-09T20:31:46.576Z",
"id": "string",
"storeId": "string",
"createdAt": "2026-09-09T20:31:46.576Z",
"updatedAt": "2026-09-09T20:31:46.576Z"
}
]