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": {}
}Metrics
Workflow Metrics
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": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.calseta.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

