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

# customer_needs_list

> List customer requests. Filter by issue to see what a piece of work is wanted for, or by customer to see everything one company has asked for.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.linear.app/graphql"}</code></div>

```python linear_customer_needs_list.py theme={null}
from charter.packs import linear

result = await linear.customer_needs_list.ainvoke({})
```

<Note>
  Posts a GraphQL document to `POST /graphql`, as every tool in this pack does. Pages by cursor: `pageInfo.endCursor` is sent back as `variables.after`.
</Note>

## Body

<div className="reference-table">
  | Field       | Type                                                                                             | Description           |
  | ----------- | ------------------------------------------------------------------------------------------------ | --------------------- |
  | `variables` | [CustomerNeedsListVariables](/charter/charter/packs/linear/customers/objects#customerneedslistvariables) | Paging and filtering. |
</div>
