---
title: "List Projects"
method: GET
path: "/accounting/projects"
tags: ["Accounting Projects"]
---

# List Projects

`GET /accounting/projects`

Returns a list of projects. Projects act as a cost unit for accounting purposes. You can use the `limit`, `page`, `sortBy` and `sortDirection` parameters to filter and sort the results.

## Query parameters

- `organizationId` string, uuid, required
- `status` 'ACTIVE' | 'INACTIVE'
- `limit` integer
- `page` integer
- `sortBy` 'organizationId' | 'name'
- `sortDirection` 'ASC' | 'DESC'

## Response `200`

Ok

- object
  - `data` object[]
    - `projectId` string, uuid, required
    - `name` string, required — Name of the project. This can be changed later.
    - `costUnit` string, required — Cost unit of the project. This cannot be changed, once the Project is used in a transaction. Before that, a change is possible.
    - `status` 'ACTIVE' | 'INACTIVE', required — Status of the project.
    - `isPrivate` boolean — Indicator if the project is restricted to 1-n teams.
    - `teamIds` string[] — Teams to which the project is restricted.
  - `hasNextPage` boolean — Indicates whether there is a next page available.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
