# List projects

> The projects the member can access, with resource counts.

Source: https://docs.generalinput.com/api/projects/list



<Endpoint method="GET" path="/v1/projects" />

<Access scope="projects:manage" />

## Response [#response]

```json
{
  "projects": [
    {
      "id": "proj_01HX…",
      "name": "Sales ops",
      "description": "Everything that touches the pipeline.",
      "icon": "📈",
      "isArchived": false,
      "role": "owner",
      "isOwner": true,
      "canEdit": true,
      "counts": { "workflows": 3, "apps": 1, "skills": 2, "files": 5 }
    }
  ]
}
```
