GET
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
tests
/
stats
{
  "total_count": 123,
  "running_count": 123,
  "cancelled_count": 123,
  "passing_count": 123,
  "failing_count": 123,
  "expectations_failing_count": 123,
  "expectations_passing_count": 123
}

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

Response

200 - application/json

Statistics about workflow tests