Read queue health
Across every POS the key reaches. An expired certificate is not a warning — the POS has stopped selling.
/v1/operations/summaryAcross every POS the key reaches. An expired certificate is not a warning — the POS has stopped selling.
Authorization
fiskalizaKey fiskaliza:operations:readAn opaque Fiskaliza API key. Each operation lists the capabilities required on that key.
In: header
Scope: fiskaliza:operations:read
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/operations/summary"{ "success": true, "warnings": [ "string" ], "data": { "summary": { "retrying_commands": 0, "rejected_commands": 0, "oldest_offline_at": "2019-08-24T14:15:22Z", "oldest_offline_age_seconds": 0, "alert_level": "NONE", "expiring_certificate_count": 0, "expired_certificate_count": 0 } }}Export evidence GET
Requires ALL POS access as well as the capability - a partial export is not evidence. These exports answer ATK or another state authority, so X-Fiscal-Authority naming the request being answered is required and is recorded in the audit chain; it cannot be verified, so what it buys is a disclosure that can be accounted for afterwards. An export of more than 50,000 rows is refused rather than silently cut short. Narrow it with from and to, which are half-open - from is included, to is not - so adjacent windows tile a history exactly: every row falls in one of them, none in two, none in neither.
Download the public OpenAPI contract GET
Returns the YAML embedded in this service build, without a JSON envelope.