# Async request status Policy issuing happens asynchronously. Call current endpoint to validate, if policy has been issued before requesting policy data. The endpoint needs to be called until the success or failure status is returned. In case of pending status, please repeat the call again with some delay. The pending means its still processing. Endpoint: GET /api/v1/ledger/requests/{requestId} Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `requestId` (string, required) request id ## Query parameters: - `longPolling` (bool) Example: "true" ## Response 200 fields (application/json): - `requestId` (string) Request ID Example: "8bb0e40f-6841-47fc-a283-b6a43c6e299e" - `status` (string) Status of running request Example: "pending" - `data` (object) Request data if complete ## Response 423 fields