# Get usage trends for rolling week, for specified item type GET /v3/usage/{itemType}/daily-trends Endpoint: GET /v3/usage/{itemType}/daily-trends Security: API_Key ## Path parameters: - `itemType` (string, required) Enum: "AUDIT", "WEB_JOURNEY" ## Response 200 fields (application/json): - `dailyUsageItems` (array, required) Runs completed per day in the last 3 days, today and scheduled in the next 3 days - `dailyUsageItems.day` (string, required) Date in ISO 8601 format, in UTC timezone - `dailyUsageItems.noOfCompletedRuns` (integer) - `dailyUsageItems.noOfScheduledRuns` (integer) - `dailyUsageItems.completedItems` (array) 100 items per day in the account - `dailyUsageItems.completedItems.frequency` (string, required) combination of journey and audit frequency Enum: "paused", "once", "15 minutes", "1 hour", "6 hours", "12 hours", "daily", "weekly", "biweekly", "monthly", "quarterly", "semiannually", "yearly", "custom", "unscheduled" - `dailyUsageItems.completedItems.description` (string) Schedule description or value of frequency if no schedule is present - `dailyUsageItems.completedItems.itemName` (string, required) Audit name or Web Journey name - `dailyUsageItems.completedItems.itemId` (integer, required) Audit ID or Web Journey ID - `dailyUsageItems.completedItems.lastRunId` (integer) Example: 33010 - `dailyUsageItems.completedItems.lastRunCompletedAt` (string) Date-time in [RFC3339 profile ISO 8601 format](https://www.ietf.org/rfc/rfc3339.txt) with the following additional restrictions: 1. An uppercase T must separate the date and time portions. 2. An uppercase Z must denote that a numeric time zone offset isn't present. In general, these timestamp requirements are the same in [AWS Step Functions - Choice Rules](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-choice-state.html) Example: "2016-08-18T17:33:00Z" - `dailyUsageItems.completedItems.noOfRunsCompleted` (integer) - `dailyUsageItems.scheduledItems` (array) 100 items per day in the account - `dailyUsageItems.scheduledItems.nextScheduledRunDateTime` (string) Date-time in [RFC3339 profile ISO 8601 format](https://www.ietf.org/rfc/rfc3339.txt) with the following additional restrictions: 1. An uppercase T must separate the date and time portions. 2. An uppercase Z must denote that a numeric time zone offset isn't present. In general, these timestamp requirements are the same in [AWS Step Functions - Choice Rules](https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-choice-state.html) Example: "2016-08-18T17:33:00Z" - `dailyUsageItems.scheduledItems.noOfRunsScheduled` (integer) - `dailyUsageItems.scheduledItems.noOfPagesScheduledToScan` (integer) - `dailyUsageItems.noOfPagesScanned` (integer) used for Audits only - `dailyUsageItems.noOfPagesScheduledToScan` (integer) used for Audits only ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)