Returns the last 100 database requests along with the request timing and internal job ID. The admin tool uses it to present request timing information to the user.
Parameters
options (dict of str to str) –
Optional parameters, currently unused. The default value is an empty dict ( ).
Returns
A dict with the following entries–
endpoints (list of str) –
List of recently called endpoints, most recent first.
time_in_ms (list of floats) –
List of time (in ms) of the recent requests.
jobIds (list of str) –
List of the internal job IDs for the recent requests.
info (dict of str to str) –
Additional information.