Get aggregated run stats per workflow.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/workflows \
--header 'Authorization: Bearer <token>'[
{
"workflow_id": "<string>",
"workflow_name": "<string>",
"total_runs": 123,
"completed": 123,
"failed": 123,
"canceled": 123,
"success_rate": 123
}
]Bearer token authentication using your API key
Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/analytics/workflows \
--header 'Authorization: Bearer <token>'[
{
"workflow_id": "<string>",
"workflow_name": "<string>",
"total_runs": 123,
"completed": 123,
"failed": 123,
"canceled": 123,
"success_rate": 123
}
]