Skip to main content
Metrics record one row per request. They belong to your account. Reading needs usage:read. The list endpoint returns a compact summary of each request. The detail endpoint returns the full row. They do not return the same fields.

List metrics

integer
default:"1"
The page to return.
integer
default:"50"
Rows per page, from 1 to 100.
string
Filter to a single key. Must be a UUID.
string
Only include rows on or after this ISO 8601 datetime.
string
Only include rows on or before this ISO 8601 datetime.
string | object
Present only when the request was blocked or the status code was not 200. It is parsed JSON when the stored reason is JSON, and a plain string otherwise.
integer
The total number of pages. Pagination lives in its own object, not at the top level.

Get a metric

integer
How long the request took, in milliseconds.

Delete a metric

Metrics cannot be deleted. DELETE /api/v1/metrics/{id} always returns 403.