Skip to main content

/v0/endpoints/{id}/logs REST API Endpoint

Retrieves logs for a specific endpoint with filtering and pagination options.

Updated on
May 08, 2025

/v0/endpoints/{id}/logs REST API Endpoint

Path Parameters

id
string
REQUIRED
The unique identifier of the endpoint. You can find this ID in the URL when viewing an endpoint in the QuickNode dashboard (e.g., https://dashboard.quicknode.com/endpoints/12345 — here, '12345' is the endpoint ID)

Query Parameters

from
string
REQUIRED
The start timestamp encoded in ISO8601 format
to
string
REQUIRED
The end timestamp encoded in ISO8601 format
limit
integer
Number of logs (1-100, default: 20)
include_details
boolean
Includes request/response details. The default value is set to be false
next_at
string
Pagination token from previous response

Returns

data
array
An array of log entries which contains the following fields:
timestamp
string
The timestamp when the log was recorded
method
string
The name of the method invoked
network
string
The name of the network on which the method was called
http_method
string
The HTTP method used for the request
status
integer
The HTTP status code returned by the request
error_code
integer
The application-specific error code returned
request_id
string
The unique identifier for the request
url
string
The request URL
details
string
Additional error details if available (nullable)
next_at
string
A cursor string used for pagination to fetch the next set of logs
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free