Retrieve a paginated list of projects in your workspace. Results are ordered by project ID. When hasMore is true, pass the returned cursor to fetch the next page.
Usage#
Flags#
Maximum number of projects to return per request. Must be between 1 and 100.
Default: "100"
Pagination cursor from a previous response to fetch the next page.
Free-form text matching project ID, name, or slug, case-insensitively.
Global Flags#
| Flag | Type | Description |
|---|---|---|
--root-key | string | Override root key ($UNKEY_ROOT_KEY) |
--api-url | string | Override API base URL (default: https://api.unkey.com) |
--config | string | Path to config file (default: ~/.unkey/config.toml) |
--output | string | Output format. Use json for raw JSON |
--body | string | Send this JSON string as the request body. You cannot combine it with request-building flags. |
Examples#
See the API reference.