---
title: "List Answers"
method: GET
path: "/forms/submissions/{submission_id}/answers"
tags: ["Forms::Submissions::Answer"]
---

# List Answers

`GET /forms/submissions/{submission_id}/answers`

List answers for a submission

## Path parameters

- `submission_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at'

## Response `200`

OK

- FormsSubmissionsAnswerAttributes[]
  - `id` integer — Answer ID
  - `public_id` string, nullable — Answer public ID
  - `submission_id` integer — Submission ID
  - `field_id` integer — Field
  - `fields_option_id` integer, nullable — ID of a record from the Forms::Fields::Option API.
  - `entry` string, nullable — Entry
  - `fields_option_ids` unknown
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
