> ## Documentation Index
> Fetch the complete documentation index at: https://demeterrr.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List Surveys

> Retrieve all surveys

## Authentication

Requires `surveys:read` scope.

## Query Parameters

<ParamField query="type" type="string">
  Filter by type: `nps`, `csat`, `ces`, `custom`
</ParamField>

<ParamField query="status" type="string">
  Filter by status: `draft`, `active`, `archived`
</ParamField>

<ParamField query="search" type="string">
  Search by name
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl "https://app.demeterrr.com/api/v1/surveys?type=nps&status=active" \
    -H "X-API-Key: dem_your_key_here"
  ```
</RequestExample>
