Skip to content

Return historic deployment data for the last X days of deployments.

GET
/v1/dashboards/{org_uuid}/history

Historic deployment data for the last X days. Returns an object with X
keys corresponding to date strings for the last X days. Days without
deployments will receive metrics objects with counts at 0.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Query Parameters

days

Number of days to display historic deployment data.

Typeinteger
Example14
format"int32"
default90
maximum365
minimum1

Responses

OK

application/json
JSON
{
"additionalProperties": {
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI