Skip to main content

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

Retrieves detailed request and response information for a specific log entry.

Updated on
May 08, 2025

v0/endpoints/{id}/log_details 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

request_id
string
REQUIRED
The UUID of the log entry

Returns

data
object
Contains detailed information about a specific log entry, including the raw request that was sent and the response that was received.
request
string
A JSON-encoded string representing the request payload that was sent in the original log entry. The logs are truncated after 2KB.
response
string
A JSON-encoded string containing the full response returned by the API or aggregator for the logged request. The logs are truncated after 2KB.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free