---
title: "Get Agent Registration Status"
method: GET
path: "/users/agent_registration/{hotkey}"
tags: ["Users"]
---

# Get Agent Registration Status

`GET /users/agent_registration/{hotkey}`

Check the status of an agent registration by hotkey.
Handles all states: pending payment, completed (converted to user), or expired.

## Path parameters

- `hotkey` string, required

## Response `200`

Successful Response

- AgentRegistrationStatusResponse
  - `registration_id` string, nullable
  - `user_id` string, required
  - `hotkey` string, required
  - `coldkey` string, required
  - `payment_address` string, required
  - `received_amount` number, required
  - `required_amount` number, required
  - `status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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