---
title: "Nextflow version catalog"
method: GET
path: "/platform/versions"
tags: ["nextflow"]
---

# Nextflow version catalog

`GET /platform/versions`

Returns the system-wide catalog of selectable Nextflow versions and the per-run version-selection policy used by the launch form.

## Response `200`

OK

- NextflowVersionsResponse
  - `nextflowFeatureMinVersions` object
  - `nextflowVersionPolicyByComputeEnvType` object
  - `nextflowVersions` NextflowVersion[]
    - `default` boolean
    - `image` string
    - `imageDind` string
    - `version` string
  - `nextflowVersionSelectionEnabled` boolean

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
