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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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