Paginated request log history
Account Endpoints
Account Logs
Paginated request log history for your API key.
GET
Paginated request log history
Returns a paginated list of your authenticated API requests from the last 30 days. Each log entry shows the HTTP method, endpoint path, status code, latency, requesting IP address, and timestamp.
Logs are returned in reverse chronological order (most recent first). You can filter by status class or endpoint path using query parameters.
Plan required: Starter or higher. Free plan callers receive a
403 PLAN_REQUIRED response.
Log entries are retained for 30 days for Starter and above. Entries older than 30 days are automatically pruned.
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Page number (1-based).
Required range:
x >= 1Number of log entries per page (1–1000).
Required range:
1 <= x <= 1000Filter by HTTP status class.
Available options:
2xx, 4xx, 5xx Filter by endpoint path (partial match).
Example:
"/market"