---
title: "Get survey responses"
method: GET
path: "/api/v2/survey_responses"
tags: ["Survey Responses"]
---

# Get survey responses

`GET /api/v2/survey_responses`

List all survey responses.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `survey_response` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterSurveyResponse — Filter parameters for listing survey responses. Supports filtering by survey. Standard ID operators apply.
    - `id` union — Filter by ID.
      - object — Filter using explicit operator syntax.
        - `contains` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `eq` Id — unresolved $ref
      - Id — unresolved $ref
    - `created_at` union — Filter by creation date range.
      - object — Filter using explicit operator syntax.
        - `not_contain` CreatedAt — unresolved $ref
        - `not_eq` CreatedAt — unresolved $ref
        - `eq` CreatedAt — unresolved $ref
        - `contains` CreatedAt — unresolved $ref
      - CreatedAt — unresolved $ref
    - `creator_id` union — Filter by the person who submitted the response.
      - object — Filter using explicit operator syntax.
        - `contains` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
        - `eq` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
      - CreatorId — unresolved $ref
    - `custom_fields` union — Filter by custom field values.
      - CustomFields — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` CustomFields — unresolved $ref
        - `not_contain` CustomFields — unresolved $ref
        - `eq` CustomFields — unresolved $ref
        - `not_eq` CustomFields — unresolved $ref
    - `survey_id` union — Filter by the associated survey.
      - object — Filter using explicit operator syntax.
        - `eq` SurveyId — unresolved $ref
        - `contains` SurveyId — unresolved $ref
        - `not_contain` SurveyId — unresolved $ref
        - `not_eq` SurveyId — unresolved $ref
      - SurveyId — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection survey response

---

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