---
title: "Find Status Message"
method: POST
path: "/chat/findStatusMessage/{instance}"
tags: ["Chat Controller"]
---

# Find Status Message

`POST /chat/findStatusMessage/{instance}`

Find status message

## Path parameters

- `instance` string, required

## Request body

- object
  - `where` object, required
    - `_id` string — MongoDB message ID
    - `id` string — Message ID (from WhatsApp)
    - `remoteJid` string — Contact or group remote JID
    - `fromMe` boolean — Whether the message is from the instance owner or not
  - `limit` integer — Limit for the return

## Response `200`

Ok

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
