List Metrics

Lists an organization's metrics using bidirectional cursor pagination (newest first).

A metric is a single chart (one configured measurement). Reports group metrics together; use the Reports endpoints to list and run those.

Metrics are sorted by created_at descending, with id as a tiebreaker. Each metric includes its id, type, title, description, and chart.

Pagination

  • First page: omit cursor (or use direction=forward, the default).
  • Next page: use metadata.next_cursor with direction=forward.
  • Previous page: use metadata.prev_cursor with direction=backward.
  • direction=backward without cursor: returns 422.
  • offset: not supported.

Cursors are opaque, base64-encoded tokens that decode to {"inserted_at": "<ISO8601>", "id": "<uuid>"}.

Filtering

  • type — optionally filter by custom (metrics created in the UI) or non_custom (metrics backed by a report defined internally by Whippy).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 50

limit

string

Opaque cursor from a previous response (metadata.next_cursor or metadata.prev_cursor).

string
enum

Pagination direction. forward (default) fetches the next page; backward fetches the previous page.

Allowed:
string
enum

Filter metrics by type.

Allowed:
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json