GET
Browse the files of a static site

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Path Parameters

uuid
string
required

Static site UUID

Query Parameters

prefix
string

Folder to list, e.g. 'assets/'. Omit for the site root

limit
integer<int32>
default:100

Maximum entries to return

Required range: 1 <= x <= 1000
cursor
string

Continuation token from a previous response

Response

Browse the files of a static site

Api_V1_Entities_BucketObjectList model

objects
object[]
required

List of bucket objects (files and folders)

current_path
string
required

Current folder path being viewed

has_more
boolean
required

Whether there are more objects to fetch

next_cursor
string

Pagination cursor for next page