---
title: "Get profile information"
method: GET
path: "/profilemanagement/v1/profiles/{profileID}"
tags: ["Profile Management"]
---

# Get profile information

`GET /profilemanagement/v1/profiles/{profileID}`

Returns the profile configuration details using the profileID.

## Path parameters

- `profileID` integer, required

## Response `200`

OK

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