Log, find and inspect individual requests and responses.
The request logs show a chronological list of all requests made to your API and allow you to inspect request and response details such as the URL, headers, payloads and more.Clicking on the timeline graph at the top allows you to quickly jump to a specific time point.
Hold down the Cmd/Alt key and drag on the chart to zoom into a specific time range.
By default, our SDKs do not send request logs to Apitally.
You must explicitly enable request logging in your application and configure what should be included in the logs.
There are also various options for excluding or masking sensitive data.Learn more in the setup guide for your specific framework.
The request logs include a button to export logged requests to a CSV file. The current dashboard filters are applied automatically.
The exported file can include up to 1 million requests.