UsageDailyItem

One UTC day of activity.

Properties

datestringrequired

The day, `YYYY-MM-DD` in UTC.

runsintegerrequired

Action runs that day.

creditsnumberrequired

Credits consumed that day. May be fractional.

cache_hitsintegerrequired

Runs served from cache that day. These cost no credits and are included in `runs`.

Example

UsageDailyItem example
{
  "date": "string",
  "runs": 0,
  "credits": 0,
  "cache_hits": 0
}