Skip to main content
GET
/
api
/
session
/
{id}
/
downloads-url
JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk';

const client = new Hyperbrowser({ apiKey: 'your-api-key' });

await client.sessions.getDownloadsURL('session-id');
{
  "status": "not_enabled",
  "downloadsUrl": "<string>",
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

Session downloads URL

status
enum<string>
required
Available options:
not_enabled,
pending,
in_progress,
completed,
failed
downloadsUrl
string | null
error
string | null