---
title: "Get presence"
method: GET
path: "/presences/{EntryID}"
tags: ["Presences"]
---

# Get presence

`GET /presences/{EntryID}`

## Path parameters

- `EntryID` union, required
  - string — Contact ID
  - string — Chat ID

## Response `200`

OK

- Presence
  - `contact_id` string, required — Contact ID
  - `last_seen` number — Last seen timestamp
  - `status` 'online' | 'offline' | 'typing' | 'recording' | 'pending' — Presence status

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization to get presence
- `404` — Specified contact presence not subscribed
- `500` — Internal Error

---

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