latestOpenAPI 3.1.02026-08-22154287463.4 KB
858365328f92
Projects
List projects
List projects for the authenticated organization.
get/org/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"
}
]