cURL
curl --request GET \ --url https://api.getdecipher.com/api/v1/test-runs/{runId}/screenshots/{stepNumber} \ --header 'Authorization: Bearer <token>'
{ "object": "stepScreenshots", "runId": 123, "stepNumber": 123, "stepDescription": "<string>", "screenshots": { "before": "<string>", "after": "<string>" }, "expiresAt": "<string>" }
Retrieve before and after screenshots for a specific step in a test run. Returns time-limited signed URLs (valid for ~3 hours).
API key authentication. Use your Decipher API key as the bearer token.
The ID of the test run
"12345"
The step number
"3"
Step screenshots with signed URLs
stepScreenshots
Show child attributes