---
title: "Get Online List"
method: GET
path: "/presence/online-list"
tags: ["presence"]
---

# Get Online List

`GET /presence/online-list`

Up to 10 people + TeaBabes available for a language right now (for the
practicing-now hover). Each: {id, full_name, profile_picture, is_ai}.

Auth required: this returns real user identities (id + name + photo) and was
previously unauthenticated, i.e. a public who's-online roster of the member
base. Its only caller (PracticingNowStrip, inside ConnectHub) is a logged-in
surface. The aggregate sibling endpoints (/language-counts, /live-snapshot,
/teababes) stay public — they return counts and AI personas, not people.

## Query parameters

- `language` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
