---
title: "Get Bot Friends"
method: GET
path: "/bots/{botId}/friends/"
tags: ["Social"]
---

# Get Bot Friends

`GET /bots/{botId}/friends/`

Get all friends of a specific bot.

## Path parameters

- `botId` string, required

## Response `200`

Response for status 200

- object
  - `onlineFriends` object[], required
    - `id` string, required
    - `displayName` string
    - `isJoinable` boolean
    - `status` string
  - `offlineFriends` object[], required
    - `id` string, required
    - `displayName` string

## Other responses

- `400` — Response for status 400

---

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