Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/api-auth/apps/{app_slug}/audit/timeseries \ --header 'Authorization: <api-key>'
{ "data": [ { "timestamp": "2023-11-07T05:31:56Z", "count": 123, "avg_duration_ms": 123 } ] }
Retrieve timeseries data for API usage
API key authentication (format: Bearer {api_key})
API Auth app name
minute
hour
day
week
month
Timeseries data
Show child attributes
Was this page helpful?