---
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, required — Frequency of pulling data in seconds
  - `redirect_url` string, required — 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

---

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