Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Query Parameters

cursor
string | null

Opaque cursor returned by a previous page. Omit to fetch the first page.

limit
integer
default:100

Maximum number of namespaces to return.

Required range: 1 <= x <= 1000

Response

200 - application/json

A page of namespaces the caller can read.

items
string[]
required

Items in this page.

pagination
PaginationResponseV1 · object
required

Pagination metadata for the page.