citlyze docs
API

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

Citlyze maps internally partial windows to the client-facing completed status when the window produced usable data.

On this page