Read Usage Activity

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Paginated, request-by-request activity log for your org. Each row captures one API call — when it was made, which endpoint, which key, how it responded, how many records / bytes came back, latency, and cost. Defaults to the last 30 days.

Authenticated by API key; this endpoint is not billed and does not consume credits.

When to use

  • Ad-hoc spend audits ("what did we spend on /v1/news last week?").
  • Feeding a billing or anomaly-detection dashboard.
  • Debugging which API key made which call.

Key parameters

  • start_date, end_date (optional) — YYYY-MM-DD. Default to last 30 days.
  • limit — items per page, 1..200 (default 50).
  • offset — pagination offset (default 0). The response's total field tells you how many rows exist.
  • endpoint (optional) — exact endpoint name (e.g. reverse-splits) to filter by.

Response highlights

  • items[] rows include: requested_at, endpoint, api_key_name, status_code, records_returned, response_bytes, response_ms, cost_dollars.
  • total — full count matching your filters (across pages).
  • limit, offset — echoed back from the request.
Query Params

Start date (YYYY-MM-DD). Defaults to 30 days ago.

End date (YYYY-MM-DD). Defaults to today.

integer
≥ 1
Defaults to 1

Page number

integer
1 to 200
Defaults to 50

Number of items per page

Filter by endpoint name

Responses

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