Get Datasources
Retrieve a paginated list of datasources associated with a specific knowledge base.
Path Parameters |
---|
knowledge_base_id string — REQUIREDThe unique identifier of the knowledge base. |
Responses |
---|
200
Knowledge Base detail response Schema — OPTIONAL |
---|
data object[]id string | user_id number | knowledge_base_id string | type string | title string | paragraph | scrap_all_url boolean | url string | excluded_urls string | reference_url string | size | estimated_tokens string — OPTIONAL | status string | is_content_fetched boolean | last_sync_date string | deleted_at | created_at string | updated_at string | custom_title string |
| links objectfirst string | last string | prev | next string |
| meta objectcurrent_page number | from number | last_page number | links object[]url string — OPTIONAL | label string | active boolean |
| path string | per_page number | to number | total number |
|
|
Schema — OPTIONAL |
---|
message string |
|