---
title: "Listar checklists avulsos do projeto"
method: GET
path: "/api/management/projects/{project}/loose-checklist"
tags: ["projects", "Checklists avulsos"]
---

# Listar checklists avulsos do projeto

`GET /api/management/projects/{project}/loose-checklist`

Lista os checklists avulsos do projeto, ordenados pela posição do item. Cada item já inclui o responsável atribuído, o usuário que marcou como concluído e o prazo de conclusão (`completion_deadline`), quando houver.

## Headers

- `Authorization` string

## Response `200`

Sucesso

- object — Checklists avulsos do projeto.
  - `response` boolean, required — Sempre true quando a operação é concluída.
  - `loose_checklists` object[], required — Itens ordenados pela posição.
    - `id` string, uuid — ID (UUID) do item.
    - `name` string — Texto do item.
    - `order` integer — Posição do item na lista.
    - `completed_at` string, date-time, nullable — Data em que o item foi concluído.
    - `completion_deadline` string, date-time, nullable — Prazo de conclusão do item.
    - `project_id` string, uuid — Projeto dono do item.
    - `author` object, nullable — Responsável pelo item.
    - `checked_by` object, nullable — Quem marcou o item como concluído.
    - `created_at` string, date-time — Data de criação.
    - `updated_at` string, date-time — Data da última alteração.
    - `author_id` string, uuid, nullable — Responsável pelo item.
    - `checked_by_id` string, uuid, nullable — Usuário que marcou o item como concluído.

## Changes

- **2026-09-03** `85cb24130071` — 1 info
  - added the optional property `loose_checklists/items/completion_deadline` to the response with the `200` status
- **2026-08-24** `3c590152d5b5` — 7 info
  - added the optional property `loose_checklists/items/author` to the response with the `200` status
  - added the optional property `loose_checklists/items/author_id` to the response with the `200` status
  - added the optional property `loose_checklists/items/checked_by` to the response with the `200` status
  - added the optional property `loose_checklists/items/checked_by_id` to the response with the `200` status
  - …3 more
- **2026-08-19** `3d619d9db20d` — 3 info
  - api tag `Checklists avulsos` added
  - api tag `loose-checklist` removed
  - api tag `{id}` removed
- **2026-05-14** `13da3bab404c` — 5 warning
  - removed the optional property `loose_checklists/items/author` from the response with the `200` status
  - removed the optional property `loose_checklists/items/author_id` from the response with the `200` status
  - removed the optional property `loose_checklists/items/checked_by` from the response with the `200` status
  - removed the optional property `loose_checklists/items/checked_by_id` from the response with the `200` status
  - …1 more
- …earlier changes not shown

[Full history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:project/loose-checklist/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/olie-ai/olie-api/revisions/85cb24130071/schema)
