list_projects
Discover and list Unleash projects available to your token, with pagination support. Returns project details like id, name, description, mode, and creation time.
Instructions
List Unleash projects available to the configured token, with optional pagination. Use this for discovery before scoping flag operations to a specific project. Returns project id, name, description, mode, creation time, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of projects to return per page (default: server page size, typically 20) | |
| order | No | Sort order by project creation time (default: desc, newest first) | |
| offset | No | Number of projects to skip for pagination (default: 0) |