Endpoint Logs

View detailed logs of API endpoint usage with filtering, search, and pagination.

Overview

The Endpoint Logs page provides a detailed view of all API endpoint activity across your API keys. Navigate to API Dashboard → Endpoint Logs or go to /dashboard/api-keys/endpoint-logs.

Endpoint Logs page

Filters

Use the filter bar at the top to narrow down log entries:

FilterOptionsDescription
SearchFree textSearch by endpoint path or HTTP method
StatusAll / Active / InactiveFilter by endpoint status
MethodAll / GET / POST / PUT / DELETE / etc.Filter by HTTP method
Date RangeStart date — End dateFilter by time period
ResetButtonClear all filters

Log Table

Each log entry shows:

ColumnDescription
Sr. NoRow number
API NameThe API key name used for the request
MethodHTTP method (GET, POST, PUT, DELETE, etc.)
EndpointThe URL path. Includes View and Copy action icons.
Last AccessedDate and time of the most recent access (DD/MM/YYYY HH:MM format)
Total RequestsNumber of requests made to this endpoint
StatusActive (green badge) or Inactive (gray badge)

Pagination

Results are paginated at 6 items per page. Use the pagination controls at the bottom to navigate between pages.

On this page