TiCDC API Overview
TiCDC is a tool used to replicate incremental data from TiDB. Specifically, TiCDC pulls TiKV change logs, sorts captured data, and exports row-based incremental data to downstream databases.
TiCDC provides the following two versions of APIs for querying and operating the TiCDC cluster:
For more information about each API, including request parameters, response examples, and usage instructions, see TiCDC OpenAPI v1 and TiCDC OpenAPI v2.