GET
/
v1
/
projects
cURL
curl --request GET \
  --url https://api.example.com/v1/projects
{
  "projects": [
    {
      "box_count": 1,
      "name": "<string>",
      "running_count": 1,
      "stopped_count": 1
    }
  ]
}

Response

List of projects with box counts

projects
object[]
required