Skip to main content
GET
/
v1
/
analytics
/
policies
/
action-breakdown
Action counts split into taken (enforced) vs would-be (monitor-mode shadow)
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/policies/action-breakdown \
  --header 'x-api-key: <api-key>'
[
  {
    "action": "<string>",
    "mode_bucket": "<string>",
    "count": 123
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

enforcement_point
string | null
channel
string | null
policy_id
string | null
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

action
string
required
mode_bucket
string
required
count
integer
required