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

# project_statuses_list

> List the statuses a project can be in, with the UUIDs `project_create` and `project_update` need. Each has a `type`: 'backlog', 'planned', 'started', 'paused', 'completed' or 'canceled'.

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

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

result = await linear.project_statuses_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` | [PageVariables](/charter/charter/packs/linear/projects/objects#pagevariables) | Paging.     |
</div>
