---
title: "Get room bot data"
method: GET
path: "/rooms/{roomId}/data"
tags: ["rooms"]
---

# Get room bot data

`GET /rooms/{roomId}/data`

## Path parameters

- `roomId` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Success, returns specified bot data

- BotDataResponse[]
  - `id` string — UUID of the specified bot data
  - `name` string — Name of the bot data
  - `value` string — Current value of the bot data
  - `roomId` integer — The room number of the room of the bot data
  - `botId` string — UUID of the specified bot in that room
  - `createdBy` string — Id of the User who created this botData.

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `404` — Resource Not Found
- `default` — Error

---

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