Projects
List projects
The projects the member can access, with resource counts.
GET
https://cloud.generalinput.com/v1/projectsAuthenticationRequires
projects:manage on a personal API key. A CLI session always passes.Response
{
"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 }
}
]
}