---
title: "List all profiles"
method: GET
path: "/profilemanagement/v1/profiles"
tags: ["Profile Management"]
---

# List all profiles

`GET /profilemanagement/v1/profiles`

Returns a list of all the profiles configured in Druva inSync.

## Query parameters

- `pageToken` string

## Response `200`

OK

- ProfileList
  - `totalSize` integer — The number of profiles listed in the result pages.
  - `nextPageToken` string — The token to access next page of results. This parameter will be empty for the last page of results.
  - `profiles` Profile[]
    - `profileID` integer — The unique id of the profile in inSync. Example - 1
    - `profileName` string — The name assigned to the profile in inSync. Example - Default
    - `profileDescription` string — Description of the profile. Example - Default profile with pre-configured values
    - `notifyNoSync` integer — Number of days of backup inactivity after which an alert notification is triggered

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[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)
