---
title: "Fetch Public Bot"
method: GET
path: "/bots/{target}/invite"
tags: ["Bots"]
---

# Fetch Public Bot

`GET /bots/{target}/invite`

Fetch details of a public (or owned) bot by its id.

## Path parameters

- `target` string, required

## Response `200`

- PublicBot — Public Bot
  - `_id` string, required — Bot Id
  - `username` string, required — Bot Username
  - `avatar` string — Profile Avatar
  - `description` string — Profile Description

## Other responses

- `default` — An error occurred.

---

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