Skip to main content
GET
/
v1
/
executions
/
{executionId}
/
page-states
Get Execution Page States
curl --request GET \
  --url https://api.anchorbrowser.io/v1/executions/{executionId}/page-states \
  --header 'anchor-api-key: <api-key>'
{
  "pageStates": {},
  "missingSegmentNames": [
    "<string>"
  ]
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

executionId
string
required

The execution result ID.

Query Parameters

segmentNames
string

Comma-separated list of segment names to return. Omit to return all.

Response

Execution page states retrieved successfully.

pageStates
object

Map of segment name to captured page-state content.

missingSegmentNames
string[]

Requested segment names that had no captured state.