In Xano, a no-code platform for building backend services, request history is a powerful feature that records information about various actions, such as endpoints, middleware, functions, tasks, and triggers. This article will guide you through managing request history, including viewing request details, filtering history, exporting data, and using the Metadata API to store history permanently.
To view the request history for an endpoint, follow these steps:
At the top of the panel, you'll find filters to help you narrow down the request history based on various criteria, such as time, status code, input size, and output size. Additionally, a chart visualizes the last 24 hours of traffic or requests received.
When you click on a specific request, you'll see identifying information, request details, and a curl command to reproduce the request in tools like Postman. If the output size exceeds 10 kilobytes, Xano won't display the complete output, but you can still view the logic route or the path the logic took.
To filter the request history, use the following options:
If you need to export the request history, follow these steps:
If you need to store request history permanently, you can use the Metadata API. Here's an example:
By following these steps, you can effectively manage and archive request history in Xano, ensuring that you have access to valuable debugging and troubleshooting information when needed.
This transcript was AI generated to allow users to quickly answer technical questions about Xano.
I found it helpful
I need more support