Get test cases

Returns a collection of test cases belonging to the recipe you specify.

Path parameters

recipe_idintegerRequired
The unique ID of the recipe for which test cases should be retrieved.

Headers

AuthorizationstringRequired

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

Response

Success response
datalist of objects or null
A list of test cases belonging to the specified recipe.

Errors