---
title: "get async request status"
method: GET
path: "/instances/{id}/request/{reference}"
tags: ["instances"]
---

# get async request status

`GET /instances/{id}/request/{reference}`

Retrieve the status or result of an async request by its reference UUID. Results are cached for up to 5 minutes after processing.

## Path parameters

- `id` integer, required
- `reference` string, uuid, required

## Response `200`

The request result or pending status

- object
  - `data` object
    - `status` 'pending' | 'success' | 'error'
    - `message` string
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Reference expired or does not exist
- `406` — Invalid reference format (must be UUID)
- `409` — Conflict — instance is not ready
- `422` — Validation error — invalid or missing request parameters
- `429` — Too many requests — rate limit exceeded

---

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