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-sandbox.featherhq.com/v1/privacy/audit-stats \ --header 'x-api-key: <api-key>'
{ "period_start": "2023-11-07T05:31:56Z", "period_end": "2023-11-07T05:31:56Z", "total_events": 123, "total_detections": 123, "by_source": {}, "by_entity_type": [ { "entity_type": "<string>", "event_count": 123 } ], "trend": [ { "bucket_start": "2023-11-07T05:31:56Z", "event_count": 123, "detection_count": 123 } ] }
day
hour
Successful Response
Show child attributes
Was this page helpful?