---
title: "GET Projects"
method: GET
path: "/v2/projects"
---

# GET Projects

`GET /v2/projects`

List RFP projects with optional filters.

## Query parameters

- `crm_id` string
- `crm_link` string
- `status` 'draft' | 'started' | 'completed' | 'cancelled' | 'archived'
- `domain` string
- `page` integer
- `per_page` integer

## Response `200`

Paginated list of projects.

- object
  - `projects` object[], required — List of projects.
    - `id` string, uuid — UUID of the project.
    - `name` string — Project name.
    - `status` 'draft' | 'started' | 'completed' | 'cancelled' | 'archived' — Current project status.
    - `crm_link` string, nullable — CRM record URL.
    - `customer_name` string, nullable — Customer display name.
    - `is_test` boolean — Whether this is a test project.
    - `connection` object, nullable — Customer connection associated with the project.
      - `id` string — Connection identifier.
      - `domain` string — Customer domain.
    - `manager` object, nullable — Project manager.
      - `id` string — Manager identifier.
      - `name` string — Manager display name.
      - `email` string, email — Manager email address.
    - `due_date` string, date-time, nullable — Project due date.
    - `product_lines` object[] — Product lines associated with the project.
      - `id` string — Product line identifier.
      - `name` string — Product line name.
    - `questionnaire_count` integer — Number of linked questionnaires.
    - `created_at` string, date-time — When the project was created.
    - `updated_at` string, date-time — When the project was last updated.
  - `page` integer, required — Current page number.
  - `per_page` integer, required — Number of results per page.
  - `total_pages` integer, required — Total number of pages.

---

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