---
title: "Get Action Status"
method: GET
path: "/2022-06-09/actions/{actionId}"
tags: ["Actions"]
---

# Get Action Status

`GET /2022-06-09/actions/{actionId}`

Use this API to poll for the status of asynchonous actions such as NFT mints, transfers, etc.

**API scope required**: `nfts.create`

## Path parameters

- `actionId` string, required

## Response `200`

Success

- object
  - `actionId` string, uuid
  - `action` string
  - `status` string
  - `data` object
    - `collection` object
      - `id` string
      - `contractAddress` string
    - `recipient` object
      - `walletAddress` string
    - `token` object
      - `id` string
  - `startedAt` string, date-time
  - `resource` string, uri

## Other responses

- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `524` — A timeout occurred.

---

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