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

# GET /v1/projects/

`GET /v1/projects/`

## Query parameters

- `platformId` string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `created` string, required
    - `updated` string, required
    - `ownerId` string, required
    - `displayName` string, required
    - `notifyStatus` union, required
      - 'NEVER'
      - 'ALWAYS'
    - `type` union, required
      - 'PLATFORM_MANAGED'
      - 'STANDALONE'
    - `platformId` string
    - `externalId` string
  - `next` string — Cursor to the next page
  - `previous` string — Cursor to the previous page

## Changes

- **2023-12-03** `7b0cc60eed56` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/rantirai/apis/activepieces-documentation/changes/v1/projects/get.md)

---

[API](https://skmtc.dev/rantirai/apis/activepieces-documentation.md) · [All operations](https://skmtc.dev/rantirai/apis/activepieces-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rantirai/activepieces-documentation/revisions/7b0cc60eed56/schema)
