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

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

Downloads all submissions for a specific form as a CSV file

## Facts

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

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-csv-caa06cfc
```

Example prompt: Can you download all the submissions from my AgentForms form (ID: abc123) as a CSV so I can open it in Excel?

## When to prefer this

Choose this endpoint when you need to bulk-export all form submissions in a portable, spreadsheet-compatible format (CSV). Prefer this over the JSON submissions endpoint when the consumer is a spreadsheet tool, data pipeline, or human analyst who wants to open responses in Excel or Google Sheets. Use the JSON endpoint (/v1/forms/{id}/submissions) instead when you need structured programmatic access to typed fields.

## Known failure modes

- Form ID not found — 404 error if the form does not exist
- Expired form — submissions may have been auto-purged if the form expired more than 7 days ago
- No submissions yet — may return an empty CSV with only headers
- Unauthorized access — 401/403 if the caller lacks permission to access this form
- Rate limiting — 429 if too many requests are made in quick succession

## Output

A CSV-formatted file containing all recorded submissions for the specified form, with each submission as a row and form fields as columns, ready for import into spreadsheet tools or data pipelines.

## 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-csv-caa06cfc/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)
