cURL
curl --request GET \ --url https://api.tilt.io/api/v1/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, "min": 123, "max": 123, "p95": 123 } }
Get metrics for the portfolio optimizations which have been run.
Filter optimizations created on or before this datetime
Filter optimizations for a specific client by external_id
Filter optimizations created on or after this datetime
Show child attributes