curl --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 --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"
}
Presigned URL for a single replay step’s screenshot.
URL expires in 300s. Tenants should fetch immediately or refresh by
re-calling this endpoint — the URL is not stable across calls.
Path parameters
string (uuid)
required
string (uuid)
required
Response
ScreenshotUrlResponse
string
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful Response |
422 | Validation Error |
curl --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