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.
Name | Type | Description |
---|---|---|
options | map of string to strings | Optional parameters, currently unused. The default value is an empty map ( {} ). |
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. |