list_projects
Retrieve all projects accessible to the authenticated user, including project IDs and names, for managing and monitoring within the Coroot observability platform.
Instructions
List all accessible projects.
Returns a list of all projects that the authenticated user has access to. Each project includes its ID and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}