---
title: "Get surveys"
method: GET
path: "/api/v2/surveys"
tags: ["Surveys"]
---

# Get surveys

`GET /api/v2/surveys`

List all surveys.

## Query parameters

- `filter` union — Filter schema for `survey` 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.
  - FilterSurvey — Filter parameters for listing surveys. Supports filtering by project, creator, and status. Standard ID operators apply.
    - `project_id` union — Filter by the associated project.
      - ProjectId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` ProjectId — unresolved $ref
        - `eq` ProjectId — unresolved $ref
        - `not_eq` ProjectId — unresolved $ref
        - `not_contain` ProjectId — unresolved $ref
    - `query` union — Filter by title (text search).
      - object — Filter using explicit operator syntax.
        - `contains` Query — unresolved $ref
        - `not_eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `eq` Query — unresolved $ref
      - Query — unresolved $ref
    - `id` union — Filter by ID.
      - Id — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
    - `editable` union — Filter to include only surveys that the current user has full edit access to.
      - object — Filter using explicit operator syntax.
        - `not_eq` Editable — unresolved $ref
        - `contains` Editable — unresolved $ref
        - `not_contain` Editable — unresolved $ref
        - `eq` Editable — unresolved $ref
      - Editable — unresolved $ref
    - `creator_id` union — Filter by the person who created the survey.
      - CreatorId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
        - `contains` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
    - `created_at` union — Filter by creation date range.
      - object — Filter using explicit operator syntax.
        - `not_eq` CreatedAt — unresolved $ref
        - `eq` CreatedAt — unresolved $ref
        - `not_contain` CreatedAt — unresolved $ref
        - `contains` CreatedAt — unresolved $ref
      - CreatedAt — unresolved $ref
    - `title` union — Filter by survey title (text search).
      - object — Filter using explicit operator syntax.
        - `eq` Title — unresolved $ref
        - `not_eq` Title — unresolved $ref
        - `not_contain` Title — unresolved $ref
        - `contains` Title — unresolved $ref
      - Title — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection survey

---

[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)
