Skip to main content

Retrieve a namespace

Returns a namespace.

Path Parameters
    namespace string required

    Possible values: <= 1024 characters

    The name of the namespace.

Responses

OK


Schema
    name string

    The name of the namespace.

    createdAt date-time

    An ISO-8601 timestamp representing the date/time the namespace was created.

    updatedAt date-time

    An ISO-8601 timestamp representing the date/time the namespace was updated.

    ownerName string

    The owner of the namespace.

    description string

    The description of the namespace.

GET /namespaces/:namespace

Request

Base URL
http://localhost:5000/api/v1
namespace — path required
curl / cURL
curl -L -X GET 'http://localhost:5000/api/v1/namespaces/:namespace' \
-H 'Accept: application/json'