Skip to main content
GET
/
api
/
analytics
/
workflows
Get workflow names for filtering
curl --request GET \
  --url https://api.getgranite.ai/api/analytics/workflows
{
  "workflows": [
    "<string>"
  ]
}

Response

200 - application/json

Successful Response

Response for workflow names.

workflows
string[]
required