get
https://api.whippy.co/v1/reports
Lists reports for an organization using bidirectional cursor pagination (newest first).
A report is a dashboard — a collection of metrics. The individual charts are exposed
separately under /v1/metrics.
Reports are sorted by created_at descending, with id as a tiebreaker. Each report
includes its id, title, and description.
Pagination
- First page: omit
cursor(or usedirection=forward, the default). - Next page: use
metadata.next_cursorwithdirection=forward. - Previous page: use
metadata.prev_cursorwithdirection=backward. direction=backwardwithoutcursor: returns 422.offset: not supported.
Cursors are opaque, base64-encoded tokens that decode to {"inserted_at": "<ISO8601>", "id": "<uuid>"}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Callback
