---
title: "Get project info"
method: GET
path: "/v1/connect/{project_id}/projects/info"
deprecated: true
---

# Get project info

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

> **Deprecated.**

Retrieve project configuration and environment details

## Headers

- `x-pd-environment` 'development' | 'production', required — The environment in which the server client is running

## Response `200`

project info retrieved

- ProjectInfoResponse — Response received when retrieving project info
  - `apps` ProjectInfoResponseApp[], required
    - `id` string, nullable — ID of the app. Only applies for OAuth apps.
    - `name_slug` string — The name slug of the target app

## 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)
