v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Projects

Get a list of all projects.

This endpoint returns an list of all the projects in the Unleash instance.

get/api/admin/projects

Query parameters

archivedboolean

Response

projectsSchema

versioninteger required

The schema version used to represent the project data.

Example response

{
  "version": 1,
  "projects": [
    {
      "id": "dx-squad",
      "name": "DX-Squad",
      "description": "DX squad feature release",
      "health": 50,
      "technicalDebt": 25,
      "featureCount": 10,
      "staleFeatureCount": 10,
      "potentiallyStaleFeatureCount": 10,
      "memberCount": 4,
      "createdAt": "2023-07-27T12:12:28Z",
      "updatedAt": "2023-07-28T12:12:28Z",
      "lastUpdatedAt": "2023-07-28T12:12:28Z",
      "archivedAt": "2023-07-28T12:12:28Z",
      "favorite": true,
      "mode": "open",
      "defaultStickiness": "userId",
      "avgTimeToProduction": 10,
      "lastReportedFlagUsage": "2023-07-28T12:12:28Z",
      "owners": [
        {
          "name": "User Name",
          "imageUrl": "https://example.com/image.jpg",
          "email": "user@example.com"
        }
      ]
    }
  ]
}
All 376 operations