Skip to main content
GET
/
v1
/
runs
/
{id}
/
steps
/
{stepId}
/
screenshot
Get step screenshot
curl --request GET \
  --url https://agent.tinyfish.ai/v1/runs/{id}/steps/{stepId}/screenshot \
  --header 'X-API-Key: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.tinyfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Path Parameters

id
string
required

Run ID

Pattern: ^[A-Za-z0-9_-]+$
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

stepId
string
required

Step ID (event ID)

Pattern: ^[A-Za-z0-9_-]+$
Example:

"evt_abc123"

Response

JPEG screenshot image

The response is of type file.