Retrieves an archive file by link ID
GET/api/v1/archives/:linkId
Retrieves an archive file in the specified format.
When NEXT_PUBLIC_USER_CONTENT_DOMAIN is configured, browser-style requests for monolith HTML (format=4) are rejected on this route unless a bearer token is provided. In that setup, monolith HTML should be loaded through /api/v1/preserved/token and /api/v1/preserved/view instead.
Request
Responses
- 200
- 401
- 403
- 404
Archive file retrieved successfully.
Unauthorized
Forbidden
The requested archive file was not found.