---
title: "GET /api/v1/project/projects/"
method: GET
path: "/api/v1/project/projects/"
tags: ["project", "v1"]
---

# GET /api/v1/project/projects/

`GET /api/v1/project/projects/`

Project List

## Query parameters

- `jq_filters` object

## Response `200`

- ProjectList[]
  - `pk` integer
  - `name` string, required
  - `status` integer
  - `status_data` ProjectListStatusData
    - `id` integer
    - `name` string, required
    - `code` string, nullable
    - `order` integer, required
    - `is_active` boolean
    - `group` integer, nullable
  - `type` string
  - `type_data` ProjectListTypeData, required
    - `uid` string, uuid
    - `code` string, required — Field codes must be lowercase, should start with a Latin letter, and contain only Latin letters, digits, and underscores.
    - `title` string, required
  - `count_of_documents` integer, required

---

[API](https://skmtc.net/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.net/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/versions/3429f921b4cb/schema)
