---
title: "List projects"
method: GET
path: "/v1/connect/projects"
---

# List projects

`GET /v1/connect/projects`

List the projects that are available to the authenticated Connect client

## Query parameters

- `after` string
- `before` string
- `limit` integer
- `q` string

## Response `200`

projects listed

- ListProjectsResponse — Response received when listing Connect projects
  - `data` Project[], required
    - `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
  - `page_info` PageInfo, required
    - `count` integer — Number of items returned
    - `total_count` integer — Total number of items
    - `start_cursor` string, nullable — Used to fetch the previous page of items
    - `end_cursor` string, nullable — Used to fetch the next page of items

## Other responses

- `404` — missing OAuth token
- `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/revisions/c25dbf225c49/schema)
