Blazelock
API

Logs

Learn how to review request statistics and request logs for an API integration in the Blazelock dashboard.

The Logs section shows how an API integration is being used and how individual requests were handled. This allows you to monitor request volume and investigate errors or slow requests.

Logs overview

Open your API integration in the dashboard and select the Logs section on the detail page.

The Usage statistics card summarizes requests from the last 30 days. The chart groups requests into daily intervals and displays:

  • Requests: The total number of requests
  • 2XX: Successful responses
  • 4XX: Responses caused by an error in the request
  • 5XX: Responses caused by an error while processing the request

Usage statistics for API requests over the last 30 days

Review API requests

The API requests table lists requests from the last 30 days. Each row contains:

FieldMeaning
TimeWhen Blazelock received the request
MethodThe HTTP method, such as GET or POST
EndpointThe requested API endpoint
StatusThe HTTP response status returned by Blazelock
DurationThe time Blazelock needed to handle the request

The log contains request metadata only. Request bodies, uploaded files, response bodies, and authentication credentials are not displayed.

API requests table with request metadata

On this page