curl --request GET \
--url https://api.sakari.io/v1/accounts/{accountId}/workflows/{workflowId}/versions/{versionId}/metrics \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total": 123,
"paths": [
{
"edge": "<string>",
"count": 123
}
]
}
}curl --request GET \
--url https://api.sakari.io/v1/accounts/{accountId}/workflows/{workflowId}/versions/{versionId}/metrics \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total": 123,
"paths": [
{
"edge": "<string>",
"count": 123
}
]
}
}The access token received from the authorization server in the OAuth 2.0 flow.
Account to apply operations to
Workflow to apply operations to
Workflow version to apply operations to
General search term that specifies start date
General search term that specifies end date