v1
latestOpenAPI 3.1.02026-07-2419603.1 MBTracker
Logs
Get stream of logs
get/api/tracker/v1/log
Query parameters
app_idstring uuid required
Example:d898ae47-61cd-4c9d-9d67-e5a930eb9f38
An application UUID for which Logs are requested
event_idsinteger required
Comma separated list of event IDs, whose logs are requested
server_time_minstring date-time
Example:2022-05-18T08:33:21
Start of the search time range for the logs. Range start is inclusive. Used to optimize the search query.
When server_time_min is provided, then server_time_max is mandatory. Difference between server_time_max and server_time_min cannot be greater than 720 minutes.
server_time_maxstring date-time
Example:2022-05-18T08:33:22
End of the search time range for the logs. Range end is inclusive. Used to optimize the search query.
When server_time_max is provided, then server_time_min is mandatory. Difference between server_time_max and server_time_min cannot be greater than 720 minutes.
Response
A stream of anonymized logs matching given criteria