Vapi Metadata Cli Namespace list

Vapi Metadata Cli Namespace list

Returns the identifiers of all namespaces registered with the infrastructure.

Request
URI
GET
https://{api_host}/api/vapi/metadata/cli/namespace
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Identifiers of all the namespaces.

[
    {
        "path": "string",
        "name": "string"
    }
]

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/cli/namespace