Summary
| Method | Path | Scope | Notes |
|---|---|---|---|
GET | /printers | printers:read | Fleet status (curated fields) |
GET | /jobs | jobs:read | Print job queue/history, paginated |
GET | /inventory | inventory:read | Finished-goods stock levels |
Conventions
- Successful responses wrap payloads in
{ success: true, data: ... }. - Errors use
{ success: false, code, error }with the HTTP status codes from Authentication → Error codes. - Pagination on
/jobsuses?limit=(1–100, default 50) and?offset=.