Get device apps

Get a list of apps associated with a given device

🔒 Requires Devices: List Devices permission.

Securitybearer
Request
path Parameters
deviceId
required
number

The device ID

query Parameters
page
number >= 1
Default: 1

Which page of data are you requesting

limit
number [ 1 .. 50 ]
Default: 20

How many items are you requesting

Responses
200
400

Malformed data and/or validation errors

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

412

You must accept the Drata terms and conditions to use the API

500

Internal server error

get/devices/{deviceId}/apps
Request samples
Response samples
application/json
{
  • "data": [
    • {
      • "id": 242,
      • "installedApp": "Photoshop version 26.0 license 1a2b3c"
      },
    • {
      • "id": 243,
      • "installedApp": "Microsoft Word version 2411 (Build 18227.20162) license 9w9e8b"
      }
    ],
  • "page": 1,
  • "limit": 10,
  • "total": 100
}