Get device apps

Get a list of apps associated with a given device

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

Response Code 402

You must pay to activate this feature

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

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

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
}