Sessions

Get session agent logs

Query raw CDP-derived agent events (Input.dispatchMouseEvent, Input.dispatchKeyEvent, Page.navigate, …) for a session. For the semantic, replay-oriented interaction timeline use /sessions/:id/agent-traces instead.

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

Path parameters

idstring uuid required

Query parameters

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

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