list-projects
Retrieve a list of all projects, organized with unique names and metadata, to manage traces, spans, and observability data effectively. Supports filtering and pagination for streamlined project exploration.
Instructions
Get a list of all projects.
Projects are containers for organizing traces, spans, and other observability data. Each project has a unique name and can contain traces from different applications or experiments.
Example usage: Show me all available projects
Expected return: Array of project objects with metadata. Example: [ { "id": "UHJvamVjdDox", "name": "default", "description": "Default project for traces" }, { "id": "UHJvamVjdDoy", "name": "my-experiment", "description": "Project for my ML experiment" } ]
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | ||
includeExperimentProjects | No | ||
limit | No |