---
title: "Get the status of an asynchronous request"
method: GET
path: "/v1/requests/{requestId}/status"
tags: ["requests"]
---

# Get the status of an asynchronous request

`GET /v1/requests/{requestId}/status`

## Path parameters

- `requestId` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- TypeRequestStatusResponse
  - `error` string — The error message, if available
  - `response` unknown, required
  - `status` string, required — The current status of the request (pending, completed, error)

---

[API](https://skmtc.net/airtop/apis/airtop-api.md) · [All operations](https://skmtc.net/airtop/apis/airtop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airtop/airtop-api/revisions/77d6e0f03453/schema)
