---
title: "Async content"
method: GET
path: "/browser/content"
deprecated: true
---

# Async content

`GET /browser/content`

> **Deprecated.**

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

## Query parameters

- `id` string, uuid, required

## Response `200`

The request content or status.

- object
  - `status` 'retrieving' | 'archiving' | 'successful' | 'failed', required

## Other responses

- `401` — The authorization header was missing.
- `402` — No more credits are available.
- `403` — The API token was invalid.
- `422` — One or more parameters were invalid.
- `500` — An unknown error occurred.

## Changes

> 9 revisions in range; 1 could not be searched.

- **2026-07-06** `bfddf5b2c698` — 1 breaking, 3 info
  - removed the success response with the status `202`
  - endpoint deprecated
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `402`

[Change history](https://skmtc.dev/joinmassive/apis/massive/changes/browser/content/get.md)

---

[API](https://skmtc.dev/joinmassive/apis/massive.md) · [All operations](https://skmtc.dev/joinmassive/apis/massive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinmassive/massive/revisions/3a9f7769563f/schema)
