---
title: "GET /v1/chatbots/{id}/versions"
method: GET
path: "/v1/chatbots/{id}/versions"
tags: ["Chatbot"]
---

# GET /v1/chatbots/{id}/versions

`GET /v1/chatbots/{id}/versions`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ChatbotVersion[]
  - `id` integer
  - `chatbotId` integer
  - `version` integer
  - `configSnapshot` string, required
  - `createdByUserId` integer
  - `createdDate` string, date-time

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
