Skip to main content
GET
/
org
/
{org_id}
/
analytics
/
workflows
/
{id}
Get single workflow analytics
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/workflows/{id}
{
  "avg_duration_seconds": 123,
  "completed": 123,
  "completion_rate_pct": 123,
  "failed": 123,
  "pending": 123,
  "period": {
    "end": "<string>",
    "start": "<string>"
  },
  "running": 123,
  "total_runs": 123,
  "workflow_id": "<string>",
  "workflow_name": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

id
string
required

Workflow ID

Query Parameters

start_date
string

Start date (ISO 8601)

end_date
string

End date (ISO 8601)

Response

OK

avg_duration_seconds
number
completed
integer
completion_rate_pct
number
failed
integer
pending
integer
period
object
running
integer
total_runs
integer
workflow_id
string
workflow_name
string