Skip to main content
GET
Deployment frequency and lead-time statistics for a repo

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

repo
string
required
org
string
required

Query Parameters

env
string[]

Filter by environment name. Repeat to select several; omit for all environments the repo has been deployed to.

start_ts
number | null

Include deployments at or after this timestamp. Defaults to 28 days before end_ts

end_ts
number | null

Include deployments at or before this timestamp. Defaults to now

Response

Successful Response

Per-environment deployment-frequency + lead-time series for a repo.

Returns one entry per environment the repo has been deployed to (respecting the env filter), each carrying its raw deployed_at and lead_time_seconds series plus the shared window bounds. One round trip replaces the current per-card lazy-load.

start_ts
number
required
end_ts
number
required
environments
EnvDeploymentStatisticsItem · object[]
required
Last modified on July 23, 2026