> For the complete documentation index, see [llms.txt](https://alecmei-gubin.gitbook.io/citron-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alecmei-gubin.gitbook.io/citron-system/untitled/proekty/taski/statusy.md).

# Статусы

## index

<mark style="color:blue;">`GET`</mark> `https://api.url/api/project_task_statuses`

{% tabs %}
{% tab title="200 " %}

```
[
    {
        "id": 1,
        "name": "Новое"
    },
    {
        "id": 2,
        "name": "Исправление"
    },
    {
        "id": 3,
        "name": "Документация"
    }
]
```

{% endtab %}
{% endtabs %}
