Get a knowledge base document by ID

Retrieve a single knowledge base document by its ID

Required scope: convai:read

Path Parameters
  • id
    Type: string
    required

    Document ID

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/knowledge-base/{id}
curl 'https://api.simwood.com/convai/v1/knowledge-base/{id}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "string",
  "type": "url",
  "size_bytes": 1,
  "source_url": null,
  "created_at": "2026-07-18T10:26:52.915Z",
  "updated_at": "2026-07-18T10:26:52.915Z"
}