GET
/
v1
/
namespaces
/
{namespace}
curl --request GET \
  --url https://api.mixpeek.com/v1/namespaces/{namespace}
{
  "namespace_id": "<string>",
  "namespace_name": "<string>",
  "embedding_models": [
    "<string>"
  ],
  "payload_indexes": [
    "<any>"
  ]
}

Headers

Authorization
string | null

Bearer token authentication using your API key. Format: 'Bearer your_api_key'. To get an API key, create an account at mixpeek.com/start and generate a key in your account settings. Example: 'Bearer sk_1234567890abcdef'

Path Parameters

namespace
string
required

Either the namespace name or namespace ID

Response

200
application/json
Successful Response
namespace_id
string
required
namespace_name
string
required
embedding_models
string[]
required
payload_indexes
any[] | null
required