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
                    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