Projects
List projects
Deprecated: use GET /org/projects instead. This route will be removed on 2026-11-24.
List projects for the authenticated organization.
get/projects
Query parameters
limitinteger
Maximum number of results to return
offsetinteger
Number of results to skip
querystring
Case-insensitive substring match against project name
namestring
Exact-match filter on project name using the database collation. In production, matching is case- and accent-insensitive.
Response
List of projects
Example response
[
{
"id": "proj_abc123",
"name": "production",
"status": "active"
}
]