Retrieve a list of workflow tests for a specific workflow.
curl --request GET \ --url https://api.withcortex.ai/apps/{app_id}/workflows/{workflow_id}/tests
[ { "id": "<string>", "name": "<string>", "input": {}, "input_default": {}, "expectations": [ { "name": "<string>", "script": "<string>", "output": "<any>", "status": "PASSED" } ], "workflow_id": "<string>", "created_at": "2023-12-25", "updated_at": "2023-12-25" } ]
Show child attributes
PASSED
FAILED
Was this page helpful?