Namespaces
Retrieve a namespace
Retrieve the info for a namespace.
get/v1/namespace/{namespaceId}
Path parameters
namespaceIdstring required
The id of the namespace (prefixed with ns_)
Example:ns_123
The id of the namespace (prefixed with ns_)
Response
The retrieved namespace
Example response
{
"data": {
"embeddingConfig": {
"resourceName": "my-resource-name"
},
"vectorStoreConfig": {
"indexHost": "https://example.svc.aped-1234-a56b.pinecone.io"
}
}
}