v1
latestOpenAPI 3.0.3Proprietary2026-07-26162247330.6 KBList 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.
Query parameters
Specify the cursor value from the previous response to retrieve the next batch of projects.
Specify a value from 1 to 400 to limit number of projects in the response.
Search by project name or id. You can specify partial name or id values to filter results.
Search for projects by org_id.
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
Show only deleted projects within the recovery window.
Response
Returned a list of projects for the Neon account
Example response
{
"integrations": {
"winter-boat-259881": [
"vercel",
"github",
"datadog",
"opentelemetry"
]
}
}