Skip to main content
GET
/
v1
/
metrics
Get metrics
curl --request GET \
  --url https://api.drin.run/v1/metrics \
  --header 'Authorization: Bearer <token>'
{
  "totals": {},
  "series": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://drin.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Headers

X-Drin-Product
string

Names the sending project for account-wide keys (alias: X-Drin-Sender). Project-scoped keys may omit it.

Query Parameters

from
string<date-time>
to
string<date-time>

Response

200 - application/json

Totals by event type plus a daily series.

totals
object
series
object[]