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.
Input Parameter Description
Name | Type | Description |
---|---|---|
options | map of strings | Optional parameters, currently unused. Default value is an empty map ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
endpoints | array of strings | List of recently called endpoints, most recent first. |
time_in_ms | array of floats | List of time (in ms) of the recent requests. |
jobIds | array of strings | List of the internal job ids for the recent requests. |