The request logs allow you to see a chronological list of all requests made to your API, allowing you to inspect details such as the request 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.