Skip to main content
GET
/
api
/
v1
/
workflows
/
workflow
/
{workflow_id}
/
test_matrix
Get Workflow Test Matrix
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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

workflow_id
string
required

Query Parameters

page
integer
default:1
Required range: x >= 1
page_size
integer
default:10
Required range: 2 <= x <= 50

Response

Successful Response