Get a count of records for the selected RecordSet.
GET
/dataflows/{dataflowId}/recordsets/{recordSetId}/records/count
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}/recordsets/{recordSetId}/records/count' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"count": 3
}