v1

latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KB
Project

List projects

Retrieves a list of projects for the specified organization. If using a personal API key, include the org_id parameter to specify which organization to work with. If using an org API key, org_id is automatically inferred from the key. For more information, see Manage organizations using the Neon API and Manage projects.

get/projects

Query parameters

cursorstring

Specify the cursor value from the previous response to retrieve the next batch of projects.

limitinteger

Specify a value from 1 to 400 to limit number of projects in the response.

searchstring

Search by project name or id. You can specify partial name or id values to filter results.

org_idstring

Search for projects by org_id.

timeoutinteger

Specify an explicit timeout in milliseconds to limit response delay. After timing out, the incomplete list of project data fetched so far will be returned. Projects still being fetched when the timeout occurred are listed in the "unavailable" attribute of the response. If not specified, an implicit implementation defined timeout is chosen with the same behaviour as above

recoverableboolean

Show only deleted projects within the recovery window.

Response

Returned a list of projects for the Neon account

unavailable_project_idsstring[]

A list of project IDs indicating which projects are known to exist, but whose details could not be fetched within the requested (or implicit) time limit

applicationsobject required
integrationsobject required

Example response

{
  "integrations": {
    "winter-boat-259881": [
      "vercel",
      "github",
      "datadog",
      "opentelemetry"
    ]
  }
}