Get test cases

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

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

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