Skip to main content

list-apps

Retrieve a paginated list of apps within a project
1 min read

Retrieve a paginated list of apps within a project. Results are ordered by app ID. When hasMore is true, pass the returned cursor to fetch the next page.

Usage#

Flags#

--projectstringrequired#
Project ID or slug.
--limitinteger#
Maximum number of apps to return per request. Must be between 1 and 100.

Default: "100"

--cursorstring#
Pagination cursor from a previous response to fetch the next page.

Global Flags#

FlagTypeDescription
--root-keystringOverride root key ($UNKEY_ROOT_KEY)
--api-urlstringOverride API base URL (default: https://api.unkey.com)
--configstringPath to config file (default: ~/.unkey/config.toml)
--outputstringOutput format. Use json for raw JSON
--bodystringSend this JSON string as the request body. You cannot combine it with request-building flags.

Examples#

See the API reference.