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

## Changes

> 5 revisions in range; 1 could not be searched.

- **2022-02-09** `3f71684c9cff` — 4 info
  - added the optional property `junior_reviewers_data/items/uid` to the response with the `200` status
  - added the optional property `owners_data/items/uid` to the response with the `200` status
  - added the optional property `reviewers_data/items/uid` to the response with the `200` status
  - added the optional property `super_reviewers_data/items/uid` to the response with the `200` status
- **2021-09-22** `63116f2e9e3e` — 4 info
  - added the optional property `junior_reviewers_data/items/initials` to the response with the `200` status
  - added the optional property `owners_data/items/initials` to the response with the `200` status
  - added the optional property `reviewers_data/items/initials` to the response with the `200` status
  - added the optional property `super_reviewers_data/items/initials` to the response with the `200` status
- **2021-05-24** `8167164be9cc` — 8 warning, 17 info
  - removed the optional property `junior_reviewers_data/items/role` from the response with the `200` status
  - removed the optional property `junior_reviewers_data/items/role_data` from the response with the `200` status
  - removed the optional property `owners_data/items/role` from the response with the `200` status
  - removed the optional property `owners_data/items/role_data` from the response with the `200` status
  - …21 more
- …earlier changes not shown

[Full history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/projects/:id/get.md)

---

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