Introduction

Screenshot 2025-07-12 at 1.25.32 PM.png

Fluxend captures all the important details from your API requests. The Logs page organises this information in a clear, easy-to-digest way, so you can quickly sift through requests and spot what matters.

These insights help you understand user behaviour, debug issues efficiently, and make informed adjustments to your applications as needed.

Filters

Screenshot 2025-07-12 at 1.01.26 PM.png

Filter by Method

Narrow down logs by specific HTTP methods. This is useful when you want to focus only on data reads, updates, or deletions. Supported methods include:

  • GET
  • PUT
  • POST
  • PATCH
  • DELETE

Filter by Status

Filter requests based on their status codes to quickly identify failed requests, unauthorised attempts, or successful operations. Supported status codes include:

  • 200: OK
  • 201: Created
  • 204: No Content
  • 400: Bad Request
  • 401: Unauthorized
  • 403: Forbidden
  • 404: Not Found
  • 422: Unprocessable Entity
  • 500: Internal Server Error
  • 502: Bad Gateway
  • 503: Service Unavailable

Filter by IP

View logs for requests coming from a specific IP address. Ideal for debugging client-specific issues or analysing usage patterns.

Filter by Endpoint

Limit your search to a specific endpoint to see all requests hitting that route. Useful for monitoring new features or troubleshooting specific resources.

Filter by Date Range

Filter logs by date and time using a custom start and end time, or choose from convenient presets like:

  • Today
  • Yesterday
  • Last 3 Days

Details

You can click on any row, which will open the details drawer. You can find more insights about a given log and also copy values as needed.

Screenshot 2025-07-12 at 1.08.51 PM.png

Other

Copy

Many fields like endpoint and IP Adress are copyable. Hover over them and you’ll see copy icon.

Pagination

We load a limited number of logs by default to conserve browser memory. When you scroll down and keep loading more logs, we hide earlier logs once you cross 500 logs. These will then show up again once you scroll back