---
title: "Get Asynchronous Request Status"
method: GET
path: "/api/v1/request/{request_id}/status"
tags: ["Asynchronous Operations"]
---

# Get Asynchronous Request Status

`GET /api/v1/request/{request_id}/status`

Polls and retrieves the current status of a specific asynchronous request (e.g., duplicate version, activate version).

## Path parameters

- `request_id` string, required

## Response `200`

Success. Returns the current status of the request.

- RequestStatus
  - `request_id` string — ID of the asynchronous request.
  - `status` 'in-progress' | 'done' | 'failed' | 'queued' — Status of the asynchronous request.
  - `error_description` string — Description of the error if the status is 'failed'.
  - `error_code` string — Code of the error if the status is 'failed'.

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
