# GET /f/{id} — Fetch Hosted Agent Form

> GET /f/{id} — Fetch Hosted Agent Form is a paid API for AI agents from agentforms.evmoore.workers.dev, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Retrieves the hosted form page for a given form ID, returning the form for display or sharing with humans

## Facts

- Endpoint: GET https://agentforms.evmoore.workers.dev/f/{id}
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: agentforms.evmoore.workers.dev
- Website: https://agentforms.evmoore.workers.dev
- Canonical page: https://www.zero.xyz/c/agentforms-evmoore-workers-dev-get-f-id-fetch-hosted-agent-form-8212738e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_owmBG2QWpRDD_o0HRXsaw

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 agentforms-evmoore-workers-dev-get-f-id-fetch-hosted-agent-form-8212738e
```

Example prompt: Pull up the hosted form page for form ID abc123 from agentforms so I can share the link with my team for their feedback submissions.

## When to prefer this

Use this endpoint when you need to retrieve and display a previously minted hosted form by its ID — for example, to share the form URL with humans, verify the form still exists, or inspect its fields before directing respondents to it. Prefer this over the submissions or results endpoints when you want the form itself, not the collected data.

## Known failure modes

- Form ID not found — returns 404 if the ID does not correspond to a minted form
- Form expired — the form may have auto-purged after the 7-day expiration window
- Invalid ID format — malformed or missing form ID returns an error
- Network error or worker downtime — Cloudflare Workers may return 503

## Output

Returns the rendered hosted form as an HTML page or JSON object containing the form's fields, metadata, and any relevant share or embed information for the specified form ID.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentforms-evmoore-workers-dev-get-f-id-fetch-hosted-agent-form-8212738e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentforms.evmoore.workers.dev](https://www.zero.xyz/host/agentforms.evmoore.workers.dev/llms.txt)
