---
title: "GET /device-profiles/{Id}"
method: GET
path: "/device-profiles/{Id}"
---

# GET /device-profiles/{Id}

`GET /device-profiles/{Id}`

Gets information about a device profile.

## Path parameters

- `Id` string, required

## Response `200`

Success

- GetDeviceProfileResponse
  - `Arn` string — The Amazon Resource Name of the resource.
  - `Name` string — The name of the resource.
  - `Id` string — The ID of the device profile.
  - `LoRaWAN` object — Information about the device profile.
    - `SupportsClassB` boolean — The SupportsClassB value.
    - `ClassBTimeout` integer — The ClassBTimeout value.
    - `PingSlotPeriod` integer — The PingSlotPeriod value.
    - `PingSlotDr` integer — The PingSlotDR value.
    - `PingSlotFreq` integer — The PingSlotFreq value.
    - `SupportsClassC` boolean — The SupportsClassC value.
    - `ClassCTimeout` integer — The ClassCTimeout value.
    - `MacVersion` string — The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    - `RegParamsRevision` string — The version of regional parameters.
    - `RxDelay1` integer — The RXDelay1 value.
    - `RxDrOffset1` integer — The RXDROffset1 value.
    - `RxDataRate2` integer — The RXDataRate2 value.
    - `RxFreq2` integer — The RXFreq2 value.
    - `FactoryPresetFreqsList` PresetFreq[] — The list of values that make up the FactoryPresetFreqs value.
    - `MaxEirp` integer — The MaxEIRP value.
    - `MaxDutyCycle` integer — The MaxDutyCycle value.
    - `RfRegion` string — The frequency band (RFRegion) value.
    - `SupportsJoin` boolean — The SupportsJoin value.
    - `Supports32BitFCnt` boolean — The Supports32BitFCnt value.
  - `Sidewalk` object — Information about the Sidewalk parameters in the device profile.
    - `ApplicationServerPublicKey` string, password — The Sidewalk application server public key.
    - `QualificationStatus` boolean — Gets information about the certification status of a Sidewalk device profile.
    - `DakCertificateMetadata` DakCertificateMetadata[] — The DAK certificate information of the Sidewalk device profile.
      - `CertificateId` string, required — The certificate ID for the DAK.
      - `MaxAllowedSignature` integer — The maximum number of signatures that the DAK can sign. A value of <code>-1</code> indicates that there's no device limit.
      - `FactorySupport` boolean — Whether factory support has been enabled.
      - `ApId` string — The advertised product ID (APID) that's used for pre-production and production applications.
      - `DeviceTypeId` string — The device type ID that's used for prototyping applications.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/versions/022d242d4bce/schema)
