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.

Query Params
string

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

integer
1 to 400
Defaults to 10

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

string

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

string

Search for projects by org_id.

integer
100 to 30000

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

boolean
Defaults to false

Show only deleted projects within the recovery window.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json