cURL
curl --request GET \ --url https://backend.revyl.ai/api/v1/workflows/workflow/{workflow_id}/tests \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Return workflow_tests rows with failure_policy and test metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response