---
title: "Check pending registration status"
method: GET
path: "/api/agent/pending/{id}"
tags: ["Registration"]
---

# Check pending registration status

`GET /api/agent/pending/{id}`

## Path parameters

- `id` string, required

## Response `200`

Status response

- PendingRegistrationStatusResponse
  - `status` 'awaiting_approval' | 'expired', required
  - `agent_name` string
  - `expires_at` string, date-time
  - `message` string

## Other responses

- `429` — Rate limit exceeded

## Changes

- **2026-03-01** `2df2182b5901` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/pending/:id/get.md)

---

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