v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01211389.1 KB

Async content

Retrieve the content or status of a queued request – use GET /browser?id=....

get/browser/content

Query parameters

idstring uuid required
Example:21cb972e-0e0f-47bb-9ce9-65b99e9cee77

The identifier returned by the browser endpoint of the queued request to retrieve.

Response

The request content or status.

status'retrieving' | 'archiving' | 'successful' | 'failed' required

Example response

{
  "status": "retrieving"
}