Skip to main content
GET
list_domains

Authorizations

X-API-Key
string
header
required

Query Parameters

owner
enum<string> | null

Filter by ownership: platform (standard) or tenant (yours).

Available options:
platform,
tenant
status
enum<string> | null

Filter by lifecycle status.

Available options:
draft,
published
cursor
string | null

Opaque cursor from a previous page's next_cursor. Omit for the first page.

limit
integer
default:50

Rows per page.

Required range: 1 <= x <= 200

Response

Successful Response

items
DomainSummary · object[]
required
total_count
integer
required

Exact, and filtered by the caller's access predicate.

next_cursor
string | null

Opaque; null means the last page.