Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.getgranite.ai/api/analytics/workflow-complexity
{ "data": [ { "workflow_name": "<string>", "complexity_score": 123, "total_steps": 123, "total_iterations": 123, "parameters_count": 123, "success_rate": 123, "avg_duration_ms": 123 } ] }
1 <= x <= 100
Successful Response
Response for workflow complexity.
Show child attributes