GET
/
custom
/
org
/
{organization_uuid}
/
reports
/
optimizations
curl --request GET \
  --url https://api.tilt.io/custom/org/{organization_uuid}/reports/optimizations/ \
  --header 'X-Api-Key: <api-key>'
{
  "count": {
    "total": 0,
    "completed": 0,
    "running": 0,
    "failed": 0
  },
  "runtime_ms": {
    "mean": 123,
    "p95": 123,
    "min": 123,
    "max": 123
  }
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

organization_uuid
string
required

Query Parameters

end_date
string

Filter optimizations created on or before this datetime

external_client_id
string

Filter optimizations for a specific client by external_id

start_date
string

Filter optimizations created on or after this datetime

Response

200 - application/json

The response is of type object.