# Retrieve deployment frequency data This endpoint is paginated and retrieves deployment frequency data. Endpoint: POST /v1/dora/deployment_frequency Version: 1.0 Security: x-api-key ## Request fields (application/json): - `filter` (object) - `filter.time_range` (object) - `filter.time_range.$gt` (integer) Start time in epoch format - `filter.time_range.$lt` (integer) End time in epoch format - `ou_ids` (array) ## Response 200 fields (application/json): - `time_series` (object) - `time_series.day` (array) - `time_series.day.key` (integer) - `time_series.day.count` (integer) - `time_series.day.additional_key` (string) - `time_series.week` (array) - `time_series.month` (array) - `stats` (object) - `stats.count_per_day` (number) - `stats.count_per_week` (number) - `stats.count_per_month` (number) - `stats.band` (string) - `stats.total_deployment` (integer)