---
title: Get a Profile
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/fetch-profile
---

# Get a Profile

Get details about a profile.

## URL

GET https://mdmenrollment.apple.com/profile

## Query Parameters

profile_uuid: The unique identifier for a profile.

## Response Codes

200 OK: 400 Bad Request:  PROFILE_UUID_REQUIRED: The request did not contain a profile UUID. NOT_FOUND: The requested profile UUID doesn’t match a known profile. USER_AGENT_INVALID:  The User-Agent header is invalid. USER_AGENT_MISSING:  The User-Agent header is missing or has no assigned value.

## See Also

### Profile management

- [Define a Profile](devicemanagement/define-profile.md)
- [Assign a Profile](devicemanagement/assign-profile.md)
- [Remove a Profile](devicemanagement/clear-device-profile.md)
