Skip to main content

Get Customer Match Run

GET 

/api/qbo/customers/match-runs/:matchRun

Get the current state of a customer match run, including its status, the matching configuration snapshot the run was scored with, how many QuickBooks customers were evaluated, proposal counts per confidence bucket, proposal counts per decision status, and the background job log ID for progress tracking.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Run statuses: running, awaiting_review, committing, completed, cancelled, failed.

pending_bucket_counts reflects the actionable review queue (pending and approved proposals per bucket); status_counts shows all proposals in the run by decision status.

Returns 404 if the run does not exist.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type