A valid request URL is required to generate request examples
{ "id": "<string>", "name": "<string>", "org_id": "<string>", "description": "<string>", "instructions": "<string>", "rag_settings": {}, "sources": [ { "id": "<string>", "name": "<string>", "type": "<string>", "url": "<string>", "status": "<string>", "processing_status": "<string>", "chunks_count": 0, "mime_type": "<string>", "size": 123, "created_at": "<string>", "updated_at": "<string>" } ], "created_at": "<string>", "updated_at": "<string>" }
Retrieve a knowledge base by ID, including its attached sources.
Successful Response
Knowledge base record with its associated sources.
Show child attributes