---
title: "Get surveys"
method: GET
path: "/survey/bots/{bot_id}"
tags: ["Surveys"]
---

# Get surveys

`GET /survey/bots/{bot_id}`

Returns all the surveys attached to a specific bot

## Path parameters

- `bot_id` string, required

## Response `200`

successful operation

- SurveyGet
  - `updatedAt` string, date
  - `createdAt` string, date
  - `name` string
  - `lang` string

## Other responses

- `400` — Invalid ID supplied
- `404` — Bot not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
