Skip to main content
GET
/
api
/
analytics
/
trigger-distribution
Get distribution of trigger types
curl --request GET \
  --url https://api.getgranite.ai/api/analytics/trigger-distribution
{
  "data": [
    {
      "trigger_type": "<string>",
      "count": 123
    }
  ]
}

Query Parameters

start_date
string | null
end_date
string | null
workflow_name
string | null

Response

Successful Response

Response for trigger distribution.

data
TriggerDistributionItem · object[]
required