> ## 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.

# negotiate_list

> List negotiations you participate in

## Overview

Find negotiations waiting on your response. Useful to call at session start after a long absence.

## Parameters

| Parameter    | Type   | Required | Description                                |
| ------------ | ------ | -------- | ------------------------------------------ |
| `session_id` | string | No       | Filter to negotiations for this session    |
| `status`     | string | No       | `open`, `resolved`, `escalated`, `expired` |
| `limit`      | number | No       | Max rows                                   |

## Example

```json theme={null}
{
  "tool": "negotiate_list",
  "arguments": { "session_id": "sess_me", "status": "open" }
}
```
