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

# Retrieve projects

`GET /projects`

## Response `200`

- ProjectResponse[]
  - `id_project` string, required — Unique identifier for the project
  - `name` string, required — Name of the project
  - `sync_mode` string, required — Synchronization mode of the project
  - `pull_frequency` number — Frequency of pulling data in seconds
  - `redirect_url` string — Redirect URL for the project
  - `id_user` string, required — User ID associated with the project
  - `id_connector_set` string, required — Connector set ID associated with the project

## Changes

- **2024-12-16** `37e33fd8b040` — 2 breaking
  - the response property `items/pull_frequency` became optional for the status `200`
  - the response property `items/redirect_url` became optional for the status `200`
- **2024-12-14** `69df76288cd9` — 2 info
  - the response property `items/pull_frequency` became required for the status `200`
  - the response property `items/redirect_url` became required for the status `200`
- **2024-11-21** `47f47d53c24d` — 2 breaking
  - the response property `items/pull_frequency` became optional for the status `200`
  - the response property `items/redirect_url` became optional for the status `200`
- **2024-11-16** `8c8c3916da22` — 2 info
  - the response property `items/pull_frequency` became required for the status `200`
  - the response property `items/redirect_url` became required for the status `200`
- **2024-09-05** `5ba5c769e2e1` — 2 breaking
  - the response property `items/pull_frequency` became optional for the status `200`
  - the response property `items/redirect_url` became optional for the status `200`

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/projects/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/318082b88074/schema)
