/
ON
onboard
/
Onboard API - Complete Specification
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
Activity
2
Assets
12
Billing
2
Bots
66
Comments
22
Communication Records
18
Conversations
14
Custom
14
Email
25
Forms
15
Hooks
12
Knowledge Base
23
get
GET /kb/collections
post
POST /kb/collections
options
OPTIONS /kb/collections
get
GET /kb/collections/{id}
put
PUT /kb/collections/{id}
delete
DELETE /kb/collections/{id}
options
OPTIONS /kb/collections/{id}
patch
PATCH /kb/collections/{id}
get
GET /kb/sources
post
POST /kb/sources
options
OPTIONS /kb/sources
get
GET /kb/sources/{id}
put
PUT /kb/sources/{id}
delete
DELETE /kb/sources/{id}
options
OPTIONS /kb/sources/{id}
patch
PATCH /kb/sources/{id}
post
POST /kb/sources/{id}/refresh
options
OPTIONS /kb/sources/{id}/refresh
post
POST /kb/sources/{id}/link
delete
DELETE /kb/sources/{id}/link
options
OPTIONS /kb/sources/{id}/link
get
GET /kb/sources/{id}/chunks
options
OPTIONS /kb/sources/{id}/chunks
Map
271
Platform
105
Stats
46
Workflows
32
Knowledge Base
GET /kb/sources/{id}
GET operation for /kb/sources/{id}
get
/kb/sources/{id}
Path parameters
id
string
required
Response
Successful response
KBSourceSerializer
required
id
integer
collection
string
name
string
required
source_type
'url'
|
'pdf'
|
'docx'
|
'txt'
required
source_value
string
required
source_file
string
binary
file_size_bytes
integer
status
'ready'
|
'processing'
|
'failed'
refresh_schedule
'manual'
|
'daily'
|
'weekly'
|
'monthly'
last_refreshed
string
date-time
summary
string
extracted_text
string
created_at
string
date-time
modified_at
string
date-time
Changes