Skip to content

Get usage trends for rolling week, for specified item type

Request

GET /v3/usage/{itemType}/daily-trends
Security
API_Key
Path
itemTypestringrequired
Enum:"AUDIT""WEB_JOURNEY"
GET
/v3/usage/{itemType}/daily-trends
curl -i -X GET \
  'https://api.observepoint.com/v3/usage/{itemType}/daily-trends' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Usage trends

Bodyapplication/json
dailyUsageItemsArray of objectsrequired

Runs completed per day in the last 3 days, today and scheduled in the next 3 days

Response
{ "dailyUsageItems": [ {} ] }