Skip to main content
GET
/
api
/
analytics
/
actions-per-workflow
Get action counts per workflow
curl --request GET \
  --url https://api.getgranite.ai/api/analytics/actions-per-workflow
{
  "data": [
    {
      "workflow_name": "<string>",
      "clicks": 0,
      "keystrokes": 0,
      "scrolls": 0,
      "screenshots": 0,
      "total_steps": 0
    }
  ]
}

Query Parameters

start_date
string | null
end_date
string | null
limit
integer
default:10
Required range: 1 <= x <= 50

Response

Successful Response

Response for actions per workflow.

data
WorkflowActionsItem · object[]
required