cURL
curl --request GET \ --url https://backend.revyl.ai/api/v1/workflows/workflow/{workflow_id}/test_matrix \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Return a test × workflow-run matrix. Columns are workflow executions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
2 <= x <= 50
Successful Response