List reports - DMU801

DMU801 Kaiku HTTPS Reports API Description

Product status
Document code
M213354EN
Revision
A
ft:locale
en-US
Product
DMU801
Document type
Technical description

Request

GET /reports

Retrieves metadata about all current reports in the buffer.

Response 200 (OK)

{
  "bufferSize": 128,
  "reports": [
    { "serial": 5, "timestamp": "2025-10-01T12:34:56Z" },
    { "serial": 6, "timestamp": "2025-10-01T12:35:10Z" },
    { "serial": 7, "timestamp": "2025-10-01T12:35:20Z" }
  ]
}

Example cURL

curl -X GET \
  "https://station.example.com/api/application/https_server_1/reports/v1/reports" \
  -H "X-Api-Key: <base64-encoded-api-key>"