Skip to main content
GET
GET /v1/metrics

List Metrics

List metrics with optional relationship fields and cursor-based pagination.

Query Parameters

integer
default:"10"
Maximum number of results to return, from 0 through 1,000,000.
string
Cursor for the previous page. Do not combine with after.
string
Cursor for the next page. Do not combine with before.
string
Comma-separated relationship and extension fields to include. See Supported Fields.
string
default:"non-deleted"
Include all, deleted, or non-deleted metrics.
GET /v1/metrics

Returns

Returns a data array and a paging object. Pass paging.after or paging.before to retrieve an adjacent page.

Supported Fields


Error Handling