Returns a list of logged API calls, narrowed by the filters you supply.
When to use. Audit or troubleshoot how your API requests were handled, for example to review which requests returned an error, which endpoints an API user called, or activity within a date range.
Parameters. All filters are path segments. filter_from and filter_till bound the request date range and are required. filter_api_user_id limits results to one API user, filter_action to a single action, filter_method to an HTTP method such as GET or POST, and filter_response_code to an HTTP status code such as 200 or 404.
Returns. { "apiLogs": [ { "id", "request_date", "controller", "action", "url", "method", "response_code", "object_id", "api_user_id", "ip", "username" } ] }.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||