This illustration shows the Logs page. This page includes options to view data from the API Request History and Connector History log files as well as custom code and system logging data. You can filter results by preset times (five minutes, one hour, and one day) or use a date picker to set a specific period. The logs page includes a table that has the following columns: Time: The time stamp for the call. Status: The HTTP status code, such as 200 (Success) Call: The mobile backend and API that originated the call. Path: The signature of the call, such as GET /directions. Time: The response time (in milliseconds) for the call. Request Length: The duration of the request. Response Length: The duration of the response. The table in this illustration lists calls that have returned the HTTP 200 (Success) status code (its 2xx and 1h display options are set). The Call and Path columns of table listing the requests name the origin of the call (such as the calls from the FIF_Technician backend to the FIF_Incidents API, and the FIF_Incidents API calls to the Googe maps API).