# Get run progress `GET` `/api/v1/market-maps/{id}/runs/{run_id}/progress` Return real-time progress for a run. For PENDING or PROCESSING runs, proxies to the Krang MK4 progress API. For terminal states, returns a synthetic progress response. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | id | string | yes | UUID of the market map | | run_id | string | yes | UUID of the run | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | status | string | Current run status | | total_count | integer | Total accounts being processed | | estimated_pct | number | Estimated progress 0–1 | ## Errors | Status | Description | |--------|-------------| | 400 | Bad Request | | 403 | Forbidden | | 404 | Not Found |