Browse the files of a static site
Static Sites
Browse the files of a static site
Lists the deployed content of a site, one directory level at a time. Folders come back as prefixes; pass one as prefix to descend into it. Paging is cursor-based: pass the cursor from the previous response to fetch the next page. Content is read-only here — deploy through /static//deployments.
GET
Browse the files of a static site
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Static site UUID
Query Parameters
Folder to list, e.g. 'assets/'. Omit for the site root
Maximum entries to return
Required range:
1 <= x <= 1000Continuation token from a previous response
Response
Browse the files of a static site

