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

> GET /v1/forms/{id}/results 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 aggregated results and summary statistics for a hosted form by its ID

## Facts

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

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-results-c79c390d
```

Example prompt: Can you pull the aggregated results for my agentforms form with ID abc123? I want to see the summary of what people submitted.

## When to prefer this

Use this endpoint when you need aggregated or summarized results across all submissions for a specific form, rather than individual raw submissions. Prefer this over GET /v1/forms/{id}/submissions when you want a rolled-up view of responses rather than a list of individual submission records.

## Known failure modes

- Form ID not found — 404 error if the ID does not correspond to an existing form
- Form has expired and submissions have been purged — results may be empty or unavailable
- Invalid or missing form ID in path — 400 or validation error
- Unauthorized access if the form requires authentication — 401/403 error
- Network or worker infrastructure error — 500 response

## Output

Returns a JSON object containing aggregated results and summary statistics for the specified form, such as response counts, field-level summaries, and overall outcome data collected from human submissions.

## 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-results-c79c390d/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)
