Retrieve Login Video
GET/targets/:id/login-video/
Streams the login video file for the specified target. If no login video is found, returns a 404.
Request
Path Parameters
id stringrequired
Responses
- 200
- 404
Binary video file (e.g. mp4)
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Not found."
}
Loading...