cc/api/source/loadAccounts/{id} - Error

So I took the task ID and ran the status API

API

get-account-aggregation-status

response

{
  "start": "2023-03-27T16:58:35.290328Z",
  "status": "COMPLETED",
  "totalAccounts": 0,
  "processedAccounts": 0,
  "totalAccountsMarkedForDeletion": 0,
  "deletedAccounts": 0,
  "totalIdentities": 0,
  "processedIdentities": 0
}

I guessing I may be missing something in the source setup?