- Polls the task status using the
reportIdreturned by the “Real-time reconciliation Report Creation” API. After the task succeeds, the file download link is returned.
/common/reconcile/report/query
Parameters:
Response Data:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
reportId returned by the “Real-time reconciliation Report Creation” API. After the task succeeds, the file download link is returned./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 |
| 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 |
