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.
Example response
{
"status": "retrieving"
}