---
title: "GET /v2/clusters/{cluster_id}/downloads/credentials-presigned"
method: GET
path: "/v2/clusters/{cluster_id}/downloads/credentials-presigned"
tags: ["installer"]
---

# GET /v2/clusters/{cluster_id}/downloads/credentials-presigned

`GET /v2/clusters/{cluster_id}/downloads/credentials-presigned`

Get the cluster admin credentials.

## Path parameters

- `cluster_id` string, uuid, required

## Query parameters

- `file_name` 'kubeadmin-password' | 'kubeconfig' | 'kubeconfig-noingress', required

## Response `200`

Success.

- PresignedUrl
  - `url` string, required — Pre-signed URL for downloading the infra-env discovery image.
  - `expires_at` string, date-time — Expiration time for the URL token.

## Other responses

- `400` — Error.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `405` — Method Not Allowed.
- `409` — Error.
- `500` — Error.

---

[API](https://skmtc.net/openshift/apis/assistedinstall.md) · [All operations](https://skmtc.net/openshift/apis/assistedinstall/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/assistedinstall/versions/9d0b4936ca97/schema)
