Live Logs
EndpointX provides live request logs to help you monitor and debug your endpoints during development.
The Live Logs page displays the 30 latest requests received by your endpoints. Each log includes details about the request execution, such as:
method: The HTTP method used for the request, such asGET,POST,PUT,PATCH, orDELETE.pathname: The endpoint path that received the request.status: The response status returned by the endpoint.error: The error message if the request execution failed.data: Additional response or debugging data.date: The time when the request was processed.
To view logs, go to the Dashboard page and click the Live Logs button.
You can also access logs while creating or editing an endpoint. Open the code editor in
full-screen mode, then click the Live Logs button to monitor requests while developing your endpoint.