Skip to main content
GET
/
v1
/
executions
/
{executionId}
/
artifacts
/
{artifactId}
/
fetch
Fetch Execution Artifact
curl --request GET \
  --url https://api.anchorbrowser.io/v1/executions/{executionId}/artifacts/{artifactId}/fetch \
  --header 'anchor-api-key: <api-key>'
{
  "status": "<string>",
  "SignedUrl": "<string>"
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

executionId
string
required

The execution result ID.

artifactId
string
required

The artifact ID.

Query Parameters

format
enum<string>

Set to url to return the pre-signed URL as JSON instead of redirecting.

Available options:
url

Response

Pre-signed URL returned as JSON (only when format=url).

status
string
SignedUrl
string

Pre-signed download URL.