Sessions

Get recorded events

This endpoint allows you to get the recorded session events in the RRWeb format

get/v1/sessions/{id}/events

Path parameters

idstring uuid required

Query parameters

compressedboolean

Compress the events

limitinteger

Optional pagination limit

pointerstring

Opaque pagination token. Pass the Next-Cursor header value to get the next page.

Response

Events for a browser session

{"stackTrail":"components:schemas:GetSessionEventsResponse:items","oasType":"schema","type":"unknown"}

Changes

Changed in 4 of the 54 revisions of this API.410

    • 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

    • for the query request parameter limit, default value 1000 was added

      request-parameter-default-value-added

    • for the query request parameter limit, the max was decreased from 9007199254740991.00 to 1000.00

      request-parameter-max-decreased

    • for the query request parameter limit, the min was increased from -9007199254740991.00 to 1.00

      request-parameter-min-increased

    • added the new optional query request parameter compressed

      new-optional-request-parameter

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter pointer

      new-optional-request-parameter

    • added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter id

      request-parameter-pattern-added

    • the response property context/items/params became required for the status 400

      response-property-became-required

    • the response property context/items/params became required for the status 404

      response-property-became-required

    • the response property context/items/params became required for the status 500

      response-property-became-required