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
Changes
Changed in 2 of the 54 revisions of this API.5
- ○
added the non-success response with the status
502response-non-success-status-added
- ○
added the optional property
linkToDocsto the response with the400statusresponse-optional-property-added
- ○
added the optional property
linkToDocsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
linkToDocsto the response with the500statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○