---
title: "GET /bots"
method: GET
path: "/bots"
tags: ["Bots"]
---

# GET /bots

`GET /bots`

List out the custom bots

## Response `200`

VaultCord bot configuration

- object
  - `success` boolean
  - `data` BotListing[]
    - `id` integer — ID of the bot.
    - `name` string — Name of the bot.
    - `clientId` string — Discord snowflake ID for the bot/application.
    - `created_at` integer — The creation date of the account, in unix timestamp (seconds)

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

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