Reference
Remy Reference/admin/View a snapshot
?

View a snapshot

The stored snapshot HTML for one path, returned as JSON.
admin.prerender.view({ path: "/u/abc123" })

The stored snapshot HTML for one path, returned as JSON so it cannot execute in the API origin.

Parameters
path
string
RequiredThe app path (e.g. /u/abc123).
CLI
remy-admin prerender view /u/abc123