---
title: "Get completed mint registration tasks for the authenticated wallet"
method: GET
path: "/mint/registration/progress"
tags: ["mint"]
---

# Get completed mint registration tasks for the authenticated wallet

`GET /mint/registration/progress`

## Response `200`

OK

- InternalHandlersMintRegistrationProgressResponse
  - `tasks` InternalHandlersMintRegistrationProgressItem[]
    - `code` string
    - `completed_at` string
    - `is_guaranteed` boolean
    - `status` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
