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
Requiredformat
"uuid"Query Parameters
days
Number of days to display historic deployment data.
Typeinteger
Example
14format
"int32"default
90maximum
365minimum
1Responses
OK
application/json
JSON
{
"additionalProperties": {
}
}