Skip to content

List deployment frequencies for the project

GET
/api/v4/projects/{id}/analytics/deployment_frequency
id
required
One of:
string

The ID or URL-encoded path of the project

environment
required
string
nullable

Name of the environment to filter by

from
required
string format: date-time
nullable

Datetime to start from, inclusive

to
string format: date-time
nullable

Datetime to end at, exclusive

interval
string
nullable
Allowed values: all monthly daily

Interval to roll-up data by

OK

Media type application/json
object
value
string
from
string
to
string
Example generated
{
"value": "example",
"from": "example",
"to": "example"
}

Bad Request

Not Found