---
title: "GET /status"
method: GET
path: "/status"
tags: ["Status"]
---

# GET /status

`GET /status`

## Response `200`

Server running

- object
  - `packageInfo` object
    - `name` string
    - `version` string
    - `description` string
    - `repository` object
      - `type` string
      - `url` string
  - `port` number
  - `env` 'development' | 'production'
  - `logLevel` string
  - `baileys` object
    - `logLevel` string
    - `clientVersion` string
    - `ignoreGroupMessages` boolean
    - `ignoreStatusMessages` boolean
    - `ignoreBroadcastMessages` boolean
    - `ignoreNewsletterMessages` boolean
    - `ignoreBotMessages` boolean
    - `ignoreMetaAiMessages` boolean
  - `redis` object
    - `url` string
    - `password` string — Omitted password
  - `webhook` object
    - `retryPolicy` object
      - `maxRetries` number
      - `retryInterval` number
      - `backoffFactor` number
  - `corsOrigin` string
  - `keyStore` object
    - `lruCacheMax` number
    - `lruCacheTtl` number

## Changes

- **2025-08-27** `dfb4e0808a11` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2025-05-10** `02cbe6b8238e` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/fazer-ai/apis/fazer-ai-baileys-api/changes/status/get.md)

---

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