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

# workstream_list

> List workstreams in the workspace

## Overview

List workstreams so you can find one to join or see what's in flight before starting a new one.

## Parameters

| Parameter | Type   | Required | Description                                     |
| --------- | ------ | -------- | ----------------------------------------------- |
| `status`  | string | No       | `active` (default), `completed`, or `abandoned` |

## Example

```json theme={null}
{
  "tool": "workstream_list",
  "arguments": { "status": "active" }
}
```

Each entry includes `slug`, `title`, `branch` (`ena/<slug>`), `participants`, `created_at`, and task counts.
