Authorizations
Path Parameters
The ID of the session
Response
Successful Response
A list of actions performed, not applicable to fleet sessions.
Examples:
[
{
"action": "click",
"index": 1,
"screenshot": "https://example.com/screenshot1.png"
}
]
A list of recordings associated.
Examples:
[
{
"pageTitle": "Example Page",
"pageUrl": "https://example.com",
"url": "https://example.com/recording1.webm"
}
]
A unique identifier for the session.
Examples:
"session-12345"