---
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

- `400` — Bad request
- `429` — Rate limit exceeded
- `503` — Pending registration dependency temporarily unavailable

## Changes

> 28 revisions in range; 1 could not be searched.

- **2026-05-07** `b61fc5b866a5` — 1 breaking, 2 info
  - added the pattern `^(?:[a-fA-F0-9]{16}|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$` to the `path` request parameter `id`
  - added the non-success response with the status `400`
  - added the non-success response with the status `503`
- **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/b5785d3fe446/schema)
