---
title: "Retrieve project"
method: GET
path: "/v1/connect/projects/{project_id}"
---

# Retrieve project

`GET /v1/connect/projects/{project_id}`

Get the project details for a specific project

## Response `200`

project retrieved

- Project — Project that can be accessed via the Connect API
  - `id` string, required — Hash ID for the project
  - `name` string, required — Display name of the project
  - `app_name` string, nullable — App name shown to Connect users
  - `support_email` string, email, nullable — Support email configured for the project
  - `connect_require_key_auth_test` boolean — Send a test request to the upstream API when adding Connect accounts for key-based apps

## Other responses

- `429` — too many requests

---

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