list_projects
List all Unleash projects available to your token, with pagination support, to discover and scope feature flag operations.
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) |