curl --request GET \
--url https://api.example.com/api/v2/projects/all{
"projects": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]
}Retrieve all projects accessible to the current user. Use to discover available projects or build project selection UIs.
curl --request GET \
--url https://api.example.com/api/v2/projects/all{
"projects": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]
}Projects(projects: List[server.api_routes.projects_api_v2.ProjectInfo])
Show child attributes