Get recipe health

Retrieve the most recent performance optimization report for a specific recipe. <Warning title="NO OPTIMIZATION DATA"> Run a scan using the recipe editor or the [API](/workato-api/resources/recipes/post-recipes-recipe-id-health) before calling this endpoint. Returns `null` if no scan has been run. </Warning>

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