---
title: "Get message or story view statuses"
method: GET
path: "/statuses/{MessageID}"
tags: ["Statuses"]
---

# Get message or story view statuses

`GET /statuses/{MessageID}`

## Path parameters

- `MessageID` string, required — Message ID

## Response `200`

OK

- StatusesList
  - `statuses` Status[]
    - `errors` Error[]
      - `code` integer, required — See the https://whapi.cloud/docs/whatsapp/api/errors for more information.
      - `message` string, required — error message
      - `details` string — error detail
      - `href` string — location for error detail
      - `support` string — support contact
    - `id` string, required — Message ID from event
    - `code` number, required — Status code
    - `status` 'failed' | 'pending' | 'sent' | 'delivered' | 'read' | 'played' | 'deleted', required — Message ack status
    - `recipient_id` string — Chat ID
    - `viewer_id` string — Contact ID
    - `timestamp` string, required — Timestamp of the status message

## Other responses

- `400` — Wrong request parameters
- `403` — View statuses available only for outgoing messages
- `404` — Specified message not found
- `500` — Internal Error

---

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