Skip to main content
This endpoint retrieves change data capture (CDC) batches for a specified mirror.

Request Fields

string
The name of the mirror to get CDC batches for.
number
The maximum number of CDC batches to retrieve. Set this to 0 or lower to retrieve all batches.
boolean
Whether to sort the CDC batches in ascending order based on their IDs. Defaults to false.
number
The ID of the last CDC batch to retrieve batches before. Set to -1 to ignore this filter.
number
The ID of the first CDC batch to retrieve batches after. Set to -1 to ignore this filter.

Response Fields

array
An array of CDC batches.
number
The total number of CDC batches returned.
number
The current page number.