cURL
curl --request GET \ --url https://api.agentset.ai/v1/namespace/{namespaceId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "slug": "<string>", "organizationId": "<string>", "createdAt": "<string>", "embeddingConfig": { "provider": "<string>", "model": "text-embedding-3-small", "apiKey": "<string>" }, "vectorStoreConfig": { "provider": "<string>", "apiKey": "<string>", "indexHost": "https://example.svc.aped-1234-a56b.pinecone.io" } } }
Retrieve the info for a namespace.
Default authentication mechanism
The id of the namespace to retrieve.
The retrieved namespace
The response is of type object.
object