Unkey

List

List versions with optional filtering

List all versions for the current project with support for filtering by branch, status, and limiting results.

Filtering Options

Use flags to filter results by branch name, status, or limit the number of results returned. Filters can be combined for more specific queries.

Command Syntax

unkey version list [flags]

Examples

List all versions

unkey version list

List versions from main branch

unkey version list --branch main

List only active versions

unkey version list --status active

List last 5 versions

unkey version list --limit 5

Combine filters

unkey version list --branch main --status active --limit 3

Flags

--branch

Filter by branch name

  • Type: string

--status

Filter by status (pending, building, active, failed)

  • Type: string

--limit

Number of versions to show

  • Type: integer
  • Default: 10

On this page