list_environments
List all environments in your Scalekit workspace with pagination, returning ID, name, type, domain, and status.
Instructions
List all available environments in the workspace. Supports pagination via pageToken (a 1-based page number e.g. 1, 2, 3). Returns environment id, display name, type (PRD/DEV), domain, custom domain and status. Show the response in tabular structured manner. After fetching each page, ask if it should pull the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | ||
| pageToken | No | 1-based page number (1, 2, 3...). Defaults to first page if not provided. |