Sessions

Get session agent traces

Query the semantic agent trace timeline for a session: a coalesced, replay-oriented record of user/agent interactions (clicks, typing, scrolls, drags, navigations) with target metadata (role, accessible name, selectors). Returns an empty list for sessions that predate browser-interaction capture.

get/v1/sessions/{id}/agent-traces

Path parameters

idstring uuid required

Query parameters

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

Response

Default Response

eventsobject[] required
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