Skip to main content
GET
/
v1
/
metrics
/
workflows
Get Workflow Metrics
curl --request GET \
  --url https://api.example.com/v1/metrics/workflows
{
  "data": {
    "period_from": "2023-11-07T05:31:56Z",
    "period_to": "2023-11-07T05:31:56Z",
    "total_configured": 123,
    "workflows_by_type": {},
    "workflow_run_count": 123,
    "workflow_success_rate": 123,
    "workflow_runs_over_time": [
      {}
    ],
    "time_saved_hours": 123,
    "most_executed_workflows": [
      {}
    ]
  },
  "meta": {}
}

Query Parameters

from_time
string<date-time> | null
to_time
string<date-time> | null

Response

Successful Response

data
WorkflowMetricsResponse · object
required
meta
Meta · object