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

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

200
application/json
Documents found successfully
status
enum<string>
Available options:
success,
failed
document_ids
string[]