Daily Usage Trend

GET /teams/usage/daily

Get daily usage breakdown for your team over a time window (7, 30, or 90 days), with limit thresholds for comparison.

TOKEN

Authentication

This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.

URL

https://api.podengine.ai/api/v1/teams/usage/daily

Code Example

API Specification

Query Parameters

PropertyTypeDescription
window
enum ⓘ

Allowed values

7d30d90d

Time window for usage data

200

Success Response

PropertyTypeDescription
status
literal: OK

data
object

days
array
of
object

Daily usage entries sorted by date ascending

date
string ⓘ

Constraints:

regex

Date in YYYY-MM-DD format

totalUsage
number ⓘ

Constraints:

>= 0

Total requests on this day

usageByAlias
record

Usage count per alias for this day

limits
record

Current monthly limits per alias