cURL
curl --request GET \ --url https://backend.revyl.ai/api/v1/apps/{app_id}/tests \ --header 'Authorization: Bearer <token>'
{ "tests": [ { "id": "<string>", "name": "<string>", "pinned_version": "<string>" } ], "total": 123 }
Get tests that use a specific app
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes