Skip to main content
GET
/
knowledge-base
/
{id}
/
documents
Find documents in a knowledge base
curl --request GET \
  --url https://api.vectorshift.ai/v1/knowledge-base/{id}/documents \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "document_ids": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Knowledge base ID

Query Parameters

title
string

Title of the document

integration_id
string

Integration ID

folder_id
string

Folder ID

Response

Documents found successfully

status
enum<string>
Available options:
success,
failed
document_ids
string[]