Fleet
Session Media
Get recordings and screenshots associated with the session
GET
Authorizations
Path Parameters
The ID of the session
Response
200
application/json
Successful Response
A list of actions performed, not applicable to fleet sessions.
Example:
[
{
"action": "click",
"index": 1,
"screenshot": "https://example.com/screenshot1.png"
}
]
A list of recordings associated.
Example:
[
{
"pageTitle": "Example Page",
"pageUrl": "https://example.com",
"url": "https://example.com/recording1.webm"
}
]
A unique identifier for the session.
Example:
"session-12345"
Was this page helpful?