| Polled architecture |
Clients control the retrieval frequency. |
| Buffered storage |
Reports are stored in a configurable buffer (default = 128 reports). |
| Serial number‑based tracking |
Each report has a unique, monotonically increasing serial number. |
| Long‑poll support |
It is possible to wait for new reports without polling at fixed
intervals. |
| Atomic operations |
You can retrieve and delete reports in single operations. |
| Stateless design |
Clients maintain their own processing state. |
| Secure access |
API key authentication happens through the X-Api-Key
header. |