/
ON
oneloop-hq
/
Feather API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 47m ago · Updated 16h ago
View markdown
oneloop-hq
Feather API
get
Get a document
5a5597ebb2d6
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-12
617
884
2.7 MB
analytics
110
ask-feather
12
assistants
41
billing
3
communication
12
conversation-exports
4
conversations
17
email
7
email-drafts
6
evals
19
extraction-schemas
4
extractions
3
hitl
10
identity
28
integrations
17
knowledge-base
29
get
Get available KB configuration options
get
List knowledge bases
post
Create a knowledge base
get
Get a knowledge base
put
Update a knowledge base
delete
Delete a knowledge base
get
Get aggregate ingestion status for a knowledge base
get
List documents in a knowledge base
get
Get a document
delete
Delete a document
patch
Update a document's title and/or metadata
get
Get a document's sensitivity classification
patch
Manually correct a document's sensitivity classification
post
Approve a document's pending classification
get
List documents awaiting classification review
post
Re-run sensitivity classification across a KB's documents
post
Ingest documents (text, files, or mixed)
get
List ingestion jobs for a knowledge base
get
Get ingestion job progress
get
List documents in an ingestion job
get
List ingestion job logs grouped by document
post
Retry a failed ingestion job
post
Semantic search across knowledge bases
get
List all versions of a document
get
Get a version by UUID, version number, or alias
delete
Delete a specific version (blocked if active)
post
Promote a version to active
post
Release a quarantined version (reviewed false-positive)
post
Confirm a quarantined version (true-positive; stays quarantined)
knowledge-base-acl
6
knowledge-base-audit
6
knowledge-base-connectors
12
knowledge-base-evals
13
knowledge-base-governance
4
knowledge-gap-analytics
9
library
12
mcp-chat
2
memory
4
mocks
16
model-router
10
notifications
19
personas
7
policies
22
privacy
5
retention-policies
4
scenarios
7
sessions
1
sim_suites
15
simulation_runs
6
sms
5
teams
15
tools
17
voice
40
webchat
10
webhooks
2
workflow-playground
4
workflows
22
knowledge-base
Get a document
get
/v1/knowledge-base/documents/{doc_id}
Path parameters
doc_id
string
uuid
required
Response
Successful Response
DocumentResponse
required
id
string
uuid
required
knowledge_base_id
string
uuid
required
organization_id
string
uuid
required
title
string
required
metadata
object
created_at
string
date-time
required
updated_at
string
date-time
required
active_version_id
string
uuid
nullable
version_number
integer
nullable
state
string
nullable
scan_status
string
nullable
source_type
string
nullable
chunk_count
integer
nullable
token_count
integer
nullable
segment_count
integer
nullable
version_count
integer
download_url
string
nullable
normalized_download_url
string
nullable
sensitivity
string
sensitivity_level
integer
pii_status
string
nullable
safe_title
string
nullable
pii_sensitivity
string
nullable
pii_coverage_status
string
nullable