---
title: "Get a presigned S3 support bundle upload URL + bundle ID."
method: GET
path: "/supportbundle/upload-url"
tags: ["supportBundle"]
---

# Get a presigned S3 support bundle upload URL + bundle ID.

`GET /supportbundle/upload-url`

Generate and return a presigned S3 URL for uploading a support bundle, along with a unique bundle ID to reference the upload in subsequent API calls.

Required RBAC Policy: team/support-issues/write

## Response `200`

GetUploadURLResponse contains the get support bundle upload URL response properties

- object
  - `bundleId` string
  - `url` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
