curl --silent --show-error --fail-with-body --request GET \
--url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/replay/{exec_id}/screenshot' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"url": "https://example.com/webhooks/stateset"
}
Get Job Replay Screenshot
Presigned URL for a single replay step’s screenshot. URL expires in 300s…
GET
/
api
/
v1
/
jobs
/
{job_id}
/
replay
/
{exec_id}
/
screenshot
curl --silent --show-error --fail-with-body --request GET \
--url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/replay/{exec_id}/screenshot' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"url": "https://example.com/webhooks/stateset"
}
Confirm your deployment before running this request. This page describes an API contract;
a published reference does not establish hosted availability. Check the dated
host report and obtain your deployment URL and credentials.
Replace the example host if your provisioned service uses a different URL.
Path parameters
string (uuid)
required
string (uuid)
required
Response
ScreenshotUrlResponse
string
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
422 | Validation Error |
Using this contract
Read the source OpenAPI document for declared schemas and alternatives. This page also includes documented corrections from the spec overlays. Example IDs and values are illustrative; replace them with records from your workspace.curl --silent --show-error --fail-with-body --request GET \
--url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/replay/{exec_id}/screenshot' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
{
"url": "https://example.com/webhooks/stateset"
}
Last modified on August 31, 2026