---
title: "Retrieve Surveys"
method: GET
path: "/widget/surveys"
tags: ["Surveys"]
---

# Retrieve Surveys

`GET /widget/surveys`

## Query parameters

- `store` string, required
- `apikey` string, required
- `exclude_inactive` boolean

## Response `200`

OK

- SurveyCampaigns — Surveys list
  - `id` integer — Survey ID
  - `title` string — Title of the survey
  - `question_count` integer — Number of questions in the survey
  - `responses_count` integer — Number of responses submitted for the survey
  - `active` integer — Indicator of whether the survey is active
  - `date_created` string, date-time — Date and time of survey submission creation
  - `date_updated` string, date-time — Date and time of survey submission update

---

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