Unispec Docs
ApiKnowledge

Describe a knowledge base

GET
/v1/knowledge/{name}

Authorization

TokenAuth
Authorization<token>

Project API key as Token lb-sk_...

In: header

Path Parameters

name*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/knowledge/string"
{  "id": "string",  "name": "string",  "instructions": "string",  "model": "string",  "embed_model": "string",  "document_count": 0,  "created_at": "2019-08-24T14:15:22Z"}
{  "detail": "string"}