Get API logs

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" } ] }.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Start date for filtering logs.

string
required

End date for filtering logs.

string
required

User ID for filtering logs.

string
required

Action for filtering logs.

string
required

HTTP method for filtering logs.

string
required

HTTP response code for filtering logs.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json