---
title: "Get a support bundle command for an app"
method: POST
path: "/app/{app_id}/supportbundle-command"
tags: ["supportBundle"]
---

# Get a support bundle command for an app

`POST /app/{app_id}/supportbundle-command`

Return a command that can be run to collect a support bundle for the specified app.
The command may vary depending on the app's configuration and entitlements.

Required RBAC Policy: kots/app/[:appid]/read

## Path parameters

- `app_id` string, required

## Response `200`

GetSupportBundleCommandResponse contains the get support bundle command response properties

- object
  - `command` 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)
