---
title: "List unnamed speakers"
method: GET
path: "/speakers/unnamed"
tags: ["Speakers"]
---

# List unnamed speakers

`GET /speakers/unnamed`

Returns speakers that haven't been identified/named yet.

## Query parameters

- `limit` integer
- `offset` integer
- `speaker_ids` integer[], nullable

## Response `200`

OK

- Speaker[]
  - `id` integer, required
  - `name` string, required
  - `metadata` string, required

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Speakers` added
- **2026-04-08** `1a63468a8d30` — 1 breaking, 4 info
  - for the `query` request parameter `speaker_ids`, the type/format was changed from `string`/`` to `array`/``
  - api operation id `server_get_unnamed_speakers_handler` removed and replaced with `routes_speakers_get_unnamed_speakers_handler`
  - api tag `Speaker Management` removed
  - the `query` request parameter `limit` became optional
  - …1 more
- **2026-02-16** `e143bf8d73bc` — 2 breaking, 2 info
  - the `query` request parameter `limit` became required
  - the `query` request parameter `offset` became required
  - for the `query` request parameter `speaker_ids`, the type/format was generalized from `array`/`` to `string`/``
  - added the required property `items/metadata` to the response with the `200` status
- **2026-02-11** `2825740bcf63` — 2 breaking, 2 info
  - the response property `items/name` became nullable for the status `200`
  - removed the required property `items/metadata` from the response with the `200` status
  - api operation id `get-unnamed-speakers` removed and replaced with `server_get_unnamed_speakers_handler`
  - api tag `Speaker Management` added

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/speakers/unnamed/get.md)

---

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