citlyze docs

Measurement Windows Resource

Export tracking snapshots and their lifecycle state.

Endpoint:

GET /api/v1/measurement-windows

Measurement windows represent tracking snapshots. Many API resources can be filtered by measurement_window_id.

Filters

FilterMeaning
statusplanned, running, completed, or failed.
sinceLower bound for started_at.
untilUpper bound for started_at.

Key fields

  • measurement_window_id
  • started_at
  • ended_at
  • status

completed means the tracking period produced results available for reporting. Individual result coverage may vary.

On this page