Skip to main content
GET
/
v1
/
sessions
/
{session_id}
/
downloads
/
{download_id}
/
fetch
Fetch Session Download
curl --request GET \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/downloads/{download_id}/fetch \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "<string>",
    "SignedUrl": "<string>",
    "message": "<string>"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required
download_id
string
required

Response

Pre-signed download URL retrieved successfully.

data
object