docs/integrations/sources/feishu.md
This page contains the setup guide and reference information for the Feishu (also known as Lark) source connector.
</HideInUI>The Feishu source connector syncs records from a Feishu/Lark Bitable (Base) table using the Feishu Open Platform API.
bitable:app:readonly or bitable:app).https://your-domain.feishu.cn/base/{app_token}.?table={table_id}.https://open.larksuite.com. The default (https://open.feishu.cn) is for Feishu (China mainland).The Feishu source connector supports the following sync modes:
| Stream | Primary key | Pagination | Incremental |
|---|---|---|---|
| records | record_id | Cursor-based (page_token) | No |
The records stream returns all records from the specified Bitable table. Each record includes a record_id, an optional id, and a fields object containing the values for each column in the table. The structure of the fields object depends on the columns defined in your Bitable table.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.3 | 2026-03-17 | 74640 | Update dependencies |
| 0.0.2 | 2026-02-24 | 73777 | Update dependencies |
| 0.0.1 | 2026-02-19 | 71256 | Initial release by @WYW-min via Connector Builder |