Is there a way using the Data Fetch Endpoint to find the total number of records in a table? I tried to use /v2/data/{table}:count but it returns the first 10000 with a moreRecords to indicate that there are more to come:
However even it has limitations (if higher) on how many records it will say exists. For an unbounded count, you should use the /v2/aggregate endpoint. There is no official documentation that I’m aware of right now for that endpoint, but here’s an example of how you can call it: