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

# GET /api/v1/project/projects/{id}/

`GET /api/v1/project/projects/{id}/`

Retrieve Project

## Path parameters

- `id` string, required

## Query parameters

- `jq_filters` object

## Response `200`

- ProjectDetail
  - `pk` integer
  - `name` string, required
  - `description` string, nullable
  - `created_date` string, date-time, nullable
  - `created_by_name` string, required
  - `modified_date` string, date-time, nullable
  - `modified_by_name` string, required
  - `send_email_notification` boolean
  - `hide_clause_review` boolean
  - `status` integer
  - `status_data` ProjectListStatusData
    - `id` integer
    - `name` string, required
    - `code` string, nullable
    - `order` integer, required
    - `is_active` boolean
    - `group` integer, nullable
  - `owners` integer[]
  - `owners_data` ProjectDetailOwnersDataInner[]
    - `id` integer
    - `uid` string, uuid
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `last_name` string
    - `first_name` string
    - `email` string, email, required
    - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `is_staff` boolean — Designates whether the user can log into this admin site.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string
    - `initials` string
    - `organization` string, nullable
    - `photo` string
    - `permissions` object
    - `groups` integer[] — The groups this user belongs to. A user will get all permissions granted to each of their groups.
  - `reviewers` integer[]
  - `reviewers_data` ProjectDetailOwnersDataInner[]
    - `id` integer
    - `uid` string, uuid
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `last_name` string
    - `first_name` string
    - `email` string, email, required
    - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `is_staff` boolean — Designates whether the user can log into this admin site.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string
    - `initials` string
    - `organization` string, nullable
    - `photo` string
    - `permissions` object
    - `groups` integer[] — The groups this user belongs to. A user will get all permissions granted to each of their groups.
  - `super_reviewers` integer[]
  - `super_reviewers_data` ProjectDetailOwnersDataInner[]
    - `id` integer
    - `uid` string, uuid
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `last_name` string
    - `first_name` string
    - `email` string, email, required
    - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `is_staff` boolean — Designates whether the user can log into this admin site.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string
    - `initials` string
    - `organization` string, nullable
    - `photo` string
    - `permissions` object
    - `groups` integer[] — The groups this user belongs to. A user will get all permissions granted to each of their groups.
  - `junior_reviewers` integer[]
  - `junior_reviewers_data` ProjectDetailOwnersDataInner[]
    - `id` integer
    - `uid` string, uuid
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `last_name` string
    - `first_name` string
    - `email` string, email, required
    - `is_superuser` boolean — Designates that this user has all permissions without explicitly assigning them.
    - `is_staff` boolean — Designates whether the user can log into this admin site.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `name` string
    - `initials` string
    - `organization` string, nullable
    - `photo` string
    - `permissions` object
    - `groups` integer[] — The groups this user belongs to. A user will get all permissions granted to each of their groups.
  - `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
  - `progress` string
  - `user_permissions` string
  - `term_tags` integer[]
  - `document_transformer` integer, nullable
  - `text_unit_transformer` integer, nullable
  - `companytype_tags` integer[]
  - `app_vars` string
  - `document_similarity_run_params` string
  - `text_unit_similarity_run_params` string, nullable
  - `document_similarity_process_allowed` string
  - `text_unit_similarity_process_allowed` string

---

[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)
