Screenshot
POST/workstations/:workstation_id/browser/screenshot
Screenshot the active tab of the Workstation browser.
Request
Path Parameters
The UID associated to a Workstation. Learn more
Responses
- 200
- 400
- 401
- 402
- 422
- 429
- 500
- 503
Browser-Screenshot action successful
- application/json
- Schema
- Example (from schema)
Schema
The UUID associated to a file.
The name of the file.
URL to download the file contents.
The size of the file in bytes.
The creation time of the file.
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"url": "string",
"size": 0,
"createdAt": "2024-07-29T15:51:28.071Z"
}
Invalid Request Format - check API documentation for proper syntax.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Unauthorized - missing or invalid API key.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Unprocessable Entity - cannot find requested asset associated with your API key.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Too Many Requests - you have exceeded the rate limit for your account. Please wait before making additional requests.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Internal Server Error - please retry your request.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}
Service Unavailable - our servers have dropped the request due to high load - please retry.
- application/json
- Schema
- Example (from schema)
Schema
{
"error": "string",
"message": "string"
}