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

# 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 e o usuário que marcou como concluído (quando houver).

## Headers

- `Authorization` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `loose_checklists` object[]
    - `id` string
    - `name` string
    - `project_id` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `order` integer

## Changes

- **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
- **2026-05-14** `b7e704f77146` — 4 breaking, 3 warning
  - the response property `loose_checklists/items/author` became nullable for the status `200`
  - the response property `loose_checklists/items/author_id` became nullable for the status `200`
  - the `loose_checklists/items/author` response's property type changed from `object` to no type for status `200`
  - the `loose_checklists/items/author_id` response's property type changed from `string` to no type for status `200`
  - …3 more
- **2026-05-14** `5c2d8653223e` — 2 info
  - added the new optional `header` request parameter `Authorization`
  - added the media type `application/json` for the response with the status `200`

[Change 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.dev/olie-ai/apis/olie-api/revisions/a36725399466?raw)
