---
title: "List Recorders"
description: "List all recorders/surveys in the workspace."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# List Recorders

Use the Speak AI MCP server tool `list_recorders` to list all recorders/surveys in
the workspace.

## What does it do?

List all recorders/surveys in the workspace.

## Parameters

`list_recorders` takes 3 parameters, all of them optional.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `page` | number | No | Page number (0-based, default: 0) |
| `pageSize` | number | No | Results per page (default: 20, max: 500) |
| `sortBy` | string | No | Sort field, e.g. "createdAt:desc" |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `list_recorders`.

- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Recorders & surveys](/mcp/tools/recorders-surveys/) lists the rest of the
  Recorders & surveys category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/recorders-surveys/list_recorders/index.mdx
