Skip to main content
GET
/
environments
/
{org}
/
{env_name}
/
deployment_frequency
Get deployment frequency
curl --request GET \
  --url https://app.kosli.com/api/v2/environments/{org}/{env_name}/deployment_frequency \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

env_name
string
required
org
string
required

Query Parameters

flow_id
string

The id of the flow to get deployment frequency

Response

200 - application/json

Successful Response

Last modified on June 25, 2026