Skip to content

exportNoiseMeterHistory

GET
/api/v1/plugins/noise-meter/instances/{id}/history/export.csv
curl --request GET \
--url 'https://example.com/api/v1/plugins/noise-meter/instances/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/history/export.csv?range=today&granularity=raw'

CSV of the selected range and screens, streamed server-side. Granularity is the stored ten-second records, one-minute summaries, or daily summaries.

id
required
string format: uuid
range
default: today
Allowed values: today yesterday 7d 30d
screenId
string format: uuid

One screen, authorized with the same screen scope as every other screen operation. Omitted means every screen the account may see.

tz
string

IANA timezone for day boundaries. Unreadable values fall back to UTC.

granularity
default: raw
Allowed values: raw minute daily

CSV export

Range