---
title: "List available workloads"
method: GET
path: "/msp/dataProtection/v1/workloads"
tags: ["Data Protection"]
---

# List available workloads

`GET /msp/dataProtection/v1/workloads`

Returns workloads available for data protection rules, optionally filtered by product.

## Query parameters

- `productID` integer

## Headers

- `Authorization` string, required

## Response `200`

Ok

- DataProtectionListWorkloadsResponse — ListWorkloadsResponse represents list workloads API response
  - `workloads` DataProtectionWorkloadResponse[] — List of available workloads
    - `productID` integer — Product ID this workload belongs to: 1=Enterprise Workloads, 2=SaaS Apps and Endpoints
    - `workloadID` integer — Unique workload identifier
    - `workloadName` string — Workload display name

## Other responses

- `400` — Bad Request - Invalid product_id value
- `401` — The request did not include a valid Access Token. Kindly provide a valid Access Token to process the request.
- `403` — Forbidden - Insufficient permissions
- `500` — The request was not processed due to an internal error. Kindly try again later. If the error persists, contact Druva Support.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
