API request log
Log, find and inspect each request and response.
Request log is an opt-in feature available on our paid plans only.
The request log allows 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.
Enable logging
By default, our client libraries do not send request logs to Apitally. You must explicitly enable logging in your application, and configure which aspects of the request and response you want to include. There are also various options for excluding or masking sensitive data.
Learn more in the setup guide for your specific framework.
Filtering options
The filter panel offers many options to filter and search the request log to find the requests you’re interested in.
- Consumer / consumer group
- Endpoint / endpoint group
- URL (partial match)
- HTTP method
- Response status code
- Request / response size
- Response time
Request details
Clicking on a request opens a modal with detailed information about the request and response, including parameters, headers, payloads, and more.