/logs
Logs
List Logs
GET
/logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If true, you get a "logs" array in the results
If true, results have "metrics" array
Filters by this user ID (aka "participant ID"). Required if mtgSessionId is not present in the request
Filters by this Session ID. Required if userSessionId is not present in the request
Filters by the given log level name
Available options:
ERROR, INFO, DEBUG ASC or DESC, case insensitive
A JS timestamp (ms since epoch in UTC)
A JS timestamp (ms since epoch), defaults to the current time
Limit the number of logs and/or metrics returned
Number of records to skip before returning results
Response
200