list_sources
List configured data sources with pagination to view source connections, their engine types, and schemas, helping identify which sources can share a knowledge cluster.
Instructions
List configured data sources (source connections), one page at a time.
source_type: RELATIONAL_DB (default), DOCUMENT, CONVERSATION, NOSQL, or "" for all. Returns source_id (usable everywhere a source id is needed), name, engine type, and the account/database/schema so you can tell which sources can share a knowledge cluster.
Paged: read has_more and total, and pass page=1, page=2, ... to continue. Deployments
hold hundreds of sources, so never assume one page is all of them. page_size is capped at
500 because a larger response is rejected by the client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| source_type | No | RELATIONAL_DB |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||