Get
Request, error, and CPU-time analytics for the project’s deployed app, bucketed by hour (default) or UTC day. The window defaults to the last 24 hours. Scale-to-zero apps report CPU-time percentiles; always-on apps answer requests and errors with null CPU fields — the platform edge does not observe CPU time.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Query Parameters
Include traffic at or after this time (RFC 3339). Defaults to 24 hours before until.
Include traffic strictly before this time (RFC 3339). Defaults to now.
Bucket size: "hour" (default) or "day". Buckets are UTC.
hour, day Environment slug to scope this operation to. Defaults to "production". An environment that does not exist on the project answers 404. Analytics are per app: production answers for the project's app, custom environments for their own.
^[a-z][a-z0-9-]{0,38}$