GetSourceDataResponse
Paginated rows imported into the source. `total_count` is the full row count in storage; `rows` is the current page.
Properties
rowsarray ofrequiredImported rows for this page. Field names depend on the source type.
object
total_countintegerrequiredTotal number of rows stored for this source.
page_nointegerrequired1-indexed page number returned.
page_sizeintegerrequiredPage size used for this response.
Example
GetSourceDataResponse example
{
"rows": [
{}
],
"total_count": 0,
"page_no": 0,
"page_size": 0
}