# GET /v1/forms/{id}/submissions

> GET /v1/forms/{id}/submissions 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).

Retrieve all typed submissions collected for a specific hosted form by its ID

## Facts

- Endpoint: GET https://agentforms.evmoore.workers.dev/v1/forms/{id}/submissions
- 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-v1-forms-id-submissions-b85d5fc1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ra6dCeoKKxiejqJ6-LE-U

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-v1-forms-id-submissions-b85d5fc1
```

Example prompt: Check my agentforms inbox and fetch all the submissions that have come in for form ID abc123 so I can see the responses.

## When to prefer this

Use this endpoint when you need to programmatically poll or read collected human responses from a hosted agentforms form. Ideal for agent workflows where a form was previously minted and shared with humans, and you now want to read back the structured typed responses. Prefer this over /results if you need raw submission records rather than aggregated result views.

## Known failure modes

- Form ID not found — 404 response if the ID doesn't match any existing form
- Form expired and submissions purged — 7-day auto-purge may mean no data is available
- Invalid or missing form ID parameter — malformed request error
- Unauthorized access — if authentication credentials are missing or invalid

## Output

Returns a JSON object containing the list of typed submissions for the specified form, including all field values that respondents entered, structured according to the form's schema.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentforms-evmoore-workers-dev-get-v1-forms-id-submissions-b85d5fc1/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)
