---
title: "Get all responses"
method: GET
path: "/v3/responses"
tags: ["response", "v3"]
---

# Get all responses

`GET /v3/responses`

## Query parameters

- `limit` number
- `survey_id` number, required
- `contact_id` number
- `page` number
- `date.gte` string, date
- `date.lte` string, date
- `created_date.gte` string, date
- `created_date.lte` string, date
- `state` 'started' | 'completed' | 'all'
- `order_by` 'startTime' | 'id' | 'completedTime'
- `order` 'ASC' | 'DESC'
- `preserve_format` boolean
- `response_url` boolean

## Response `200`

Successful

---

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