---
title: "List pending agents for the authenticated human"
method: GET
path: "/api/v1/agent-signup/pending"
tags: ["Agent Signup"]
---

# List pending agents for the authenticated human

`GET /api/v1/agent-signup/pending`

## Response `200`

Successful Response

- PendingAgentsResponse
  - `agents` PendingAgentIdentityResponse[], required
    - `identity_id` string, uuid, required
    - `agent_handle` string, required
    - `display_name` string, nullable, required
    - `email_address` string, nullable, required
    - `organization_id` string, required
    - `claim_status` 'agent_unclaimed' | 'agent_claimed' | 'agent_rejected', required
    - `created_at` string, date-time, required

## Other responses

- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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