GET
/logs

A GET request to /logs returns a list of logs filtered by the provided query paramaters.

Query params

If true, you get a "logs" array in the results

Default: true

If true, results have "metrics" array

Default: false

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

string

Filters by the given log level name

Options: "ERROR","INFO","DEBUG"
string

ASC or DESC, case insensitive

Default: DESC
integer

A JS timestamp (ms since epoch in UTC)

integer

A JS timestamp (ms since epoch), defaults to the current time

integer

Limit the number of logs and/or metrics returned

Default: 20
integer

Number of records to skip before returning results

Default: 0

Example request