Skip to main content

List Namespaces

List Namespaces

Responses

A successful response.


Schema
    namespaces object[]
  • Array [
  • id string
    name string
    state string
    metadata object
    createdAt date-time

    Creation time of the namespace

    updatedAt date-time

    Last update time of the namespace

  • ]
GET /v1beta1/namespaces

Authorization

name: X-Auth-Emailtype: apiKeydescription: Email address of the userin: header

Request

Base URL
http://127.0.0.1:7400
apiKey
curl / cURL
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/namespaces' \
-H 'Accept: application/json' \
-H 'X-Auth-Email: <API_KEY_VALUE>'