Skip to main content
GET
List namespaces

Authorizations

Authorization
string
header
required

An organization API key. Keys carry a role (read_write or read_only) and may be restricted to a namespace prefix such as acme/*, or to one namespace such as acme/prod/tenant_1. A prefix matches on a / boundary: acme/prod/tenant_1* covers acme/prod/tenant_1 and everything under acme/prod/tenant_1/, never acme/prod/tenant_12.

Query Parameters

prefix
string

Only namespaces whose name starts with this prefix, such as acme/.

Maximum string length: 256
cursor
string

The next_cursor of the previous page.

Response

One page of namespaces.

namespaces
object[]
required
next_cursor
string | null
required