> ## Documentation Index
> Fetch the complete documentation index at: https://doc.haipay.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Reconciliation Report Query

**Description:**

* **Polls the task status using the `reportId` returned by the "Real-time reconciliation Report Creation" API. After the task succeeds, the file download link is returned.**

**URL:**

`/common/reconcile/report/query`

**Parameters:**

| Parameter | Required | Type   | Description                                                                     |
| --------- | -------- | ------ | ------------------------------------------------------------------------------- |
| appId     | Yes      | Long   | Business ID (obtained from the backend)                                         |
| reportId  | Yes      | String | Report task ID (returned by the "Real-time reconciliation Report Creation" API) |
| sign      | Yes      | String | Signature                                                                       |

**Response Data:**

| Parameter | Type   | Description                                                                             |
| --------- | ------ | --------------------------------------------------------------------------------------- |
| requestId | String | task unique key                                                                         |
| reportId  | String | Report task ID                                                                          |
| status    | String | Task status: PENDING (pending), DOING (in progress), SUCCESS (succeeded), FAIL (failed) |
| fileUrl   | String | File download URL, present only when status=SUCCESS                                     |

## Related Topics

* [Common API Overview](/docs/en/api/version2/CommonApi)
* [Real-time Reconciliation Report Creation](/docs/en/V20260801/api/version2/ReconcileReportCreate)
* [Statement File Link Retrieval](/docs/en/V20260801/api/version2/ReconcileFile)
