What is my record count?

To validate what is your total record count, you need to fetch a list of all your collections.

You can do this by running this command:

curl -d '{ "clientKey": "--clientKey--" }' "https://--customerId--.groupbycloud.com/api/v1/collections"

How to run this?

Please note that you need to know your client key, which you can find within your Command Center under Key Management. You will also need to use a Unix terminal (or Cygwin for Windows).

You will get a response in this format:

{
   "collectionCount":2,
   "collections":{
      "default":600,
      "productTest":5003
   },
   "recordCount":5603
}

Within the field recordCount you will see your total number of records across all collections.