Get recipe health

Retrieve the most recent performance optimization report for a specific recipe.

NO OPTIMIZATION DATA
Run a scan using the recipe editor or the API before calling this endpoint. Returns null if no scan has been run.

Path parameters

recipe_idintegerRequired
The ID of the recipe for which to retrieve the health report.

Headers

AuthorizationstringRequired

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

Response

Returns the latest optimization report for the recipe.
dataobject or null

Errors