Sessions

Get session logs

Query browser event logs for a session

get/v1/sessions/{id}/logs

Path parameters

idstring uuid required

Query parameters

namespacestring
startTimestring date-time
endTimestring date-time
eventTypesstring[]
limitinteger
offsetinteger

Response

Default Response

hasMoreboolean required
totalnumber required

Changes

Changed in 2 of the 54 revisions of this API.5

    • added the non-success response with the status 502

      response-non-success-status-added

    • added the optional property linkToDocs to the response with the 400 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 404 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 500 status

      response-optional-property-added

    • endpoint added

      endpoint-added