---
title: "Get all surveys"
method: GET
path: "/surveys"
tags: ["surveys"]
---

# Get all surveys

`GET /surveys`

Returns all surveys for the organization.

**Rate limit:** 60 requests per minute

## Response `200`

- GetSurveysResponseBody
  - `data` Survey[] — The data payload of the response.
    - `id` string — The unique identifier of the survey.
    - `name` string — The name of the survey.
    - `type` 'nps' | 'csat' | 'custom' — The type of the survey. `nps`: Represents an NPS survey. `csat`: Represents a CSAT survey. `custom`: Represents a custom survey.
    - `updated_at` string — When the survey was last updated (RFC3339 format).
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/484a11d5ddb2/schema)
