# Palmyr Domain Registration Status Poller

> Palmyr Domain Registration Status Poller is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Polls the current status of a previously initiated domain registration operation by operation ID (owner-only).

## Facts

- Endpoint: GET https://palmyr.ai/domains/operations/:id
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-domain-registration-status-poller-d5f87004
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_99_DANR8uVihDrWT1p_e9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability palmyr-domain-registration-status-poller-d5f87004
```

Example prompt: Can you check whether my domain registration operation abc123xyz on Palmyr has completed yet?

## When to prefer this

Use this endpoint when you have already initiated a domain registration via Palmyr and need to poll for its completion status. It is the correct follow-up call after starting a registration — not for initiating new registrations, looking up DNS records, or checking domain availability.

## Known failure modes

- Operation ID not found or does not belong to the authenticated owner (403/404)
- Operation ID malformed or missing (400)
- Payment not processed or x402 payment header invalid (402)
- Domain registration backend timeout causing stale status
- Operation completed with failure state (domain unavailable, registry error)

## How this service works

Poll the status of a domain registration you started (owner-only).

## Output

Returns the current status of the specified domain registration operation — e.g. pending, in-progress, completed, or failed — along with any relevant details about the registration outcome.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-domain-registration-status-poller-d5f87004/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
