get
https://eapi.askedgar.io/v1/usage/activity
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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/newslast 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(default50).offset— pagination offset (default0). The response'stotalfield 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.