Skip to content

db_status

Check sync progress and database health.

The db_status tool reports the current state of your HubSpot data sync. Use it to monitor initialization progress or verify your database is ready for queries.

ParameterTypeRequiredDescription
forceReinitbooleanNoSet to true to restart sync from scratch
StatusMeaning
not_startedServer hasn’t begun initialization
sending_requestsExport requests being sent to HubSpot
seedingQuick preview loading (~1,000 deals)
syncingFull export in progress
readyDatabase synced and ready
errorSomething went wrong

When syncing:

{
"status": "syncing",
"syncProgress": "4/6 exports synced",
"hasToken": true,
"message": "Syncing HubSpot data... 4 of 6 exports complete."
}

When ready:

{
"status": "ready",
"syncProgress": "6/6 exports synced",
"hasToken": true,
"recordCounts": {
"contacts": 15420,
"companies": 3250,
"deals": 890
}
}

Check current status:

"What's the sync status?"

Force re-initialization:

"Re-sync my HubSpot data from scratch"