GET
List static sites

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)

Response

List static sites

Api_V1_Entities_StaticSite model

uuid
string
required

Unique static site identifier

name
string
required

The name the site is served under. Unlike applications, no random suffix is appended, so it is the name you sent at creation

label
string
required

Display name

state
string
required

Current state: pending while the bucket and routing are provisioned, assigned once ready, deploying during a deploy, running when live, failed on error

url
string
required

Public URL the site is served on. Custom domains are listed separately

region
string
required

Region the content is stored in. Serving is region-less

project_id
string
required

Associated project UUID

deployment_config
object
required

Content source and build configuration. Bucket credentials are never exposed

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp