---
title: "List Form Responses"
method: GET
path: "/form-responses"
tags: ["Form Responses"]
---

# List Form Responses

`GET /form-responses`

Retrieve a paginated list of form responses for the blog. You can filter by form ID, and each response includes relationship identifiers for the related form, post, and blog when available.

## Query parameters

- `page` integer
- `limit` integer
- `form_id` integer

## Response `200`

Form responses retrieved successfully

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `500` — 서버 내부 오류

---

[API](https://skmtc.dev/inblog/apis/inblog-api.md) · [All operations](https://skmtc.dev/inblog/apis/inblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inblog/inblog-api/revisions/445daf773d30/schema)
