---
title: "Get Discover request status"
method: GET
path: "/bots/{bot_id}/discover"
tags: ["Discover"]
---

# Get Discover request status

`GET /bots/{bot_id}/discover`

Fetches the status of your Discover request. If it has been approved or denied, the reason will be provided (if applicable). This endpoint is ONLY USEFUL in production on stoat.chat/app .

## Path parameters

- `bot_id` string, required

## Response `200`

- DiscoverRequest — Discover request
  - `type` 'Bot' | 'Server', required
  - `id` string, required — The ID of the bot/server
  - `status` union, required
    - 'Pending' | 'UnderReview'
    - object
      - `Removed` string, nullable, required
    - object
      - `Denied` string, nullable, required
    - object
      - `Approved` string, nullable, required

## Other responses

- `default` — An error occurred.

---

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