List of devices
GET/seb-api/v1/devices
Retrieve a list of devices.
Request
Query Parameters
Number of devices to return
Filter by hostname.
Filter by user name.
Filter by OS type.
Filter by first seen time or after.
Filter by last seen time or before.
Filter by device type.
Filter by firewall status
Filter by screen lock status.
Filter by disk encryption status
An optional opaque string that defines from where to start listing.
Possible values: [device.hostname
, device.os_type
, device.browser_version
, device.first_seen
, device.last_seen
, user.name
]
The field to sort by.
Possible values: [asc
, desc
]
The sort order
Responses
- 200
- 400
- 500
A list of devices with pagination info
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
data object[]
Architecture
Browser Version
crowdstrikeZTA object
deviceEPP object
products object[]required
deviceManagement object
Possible values: [managed
, unmanaged
]
systems object[]required
Device Management
Possible values: [ad
, azureAd
, intune
, jamf
]
devicePassword object
passwordPolicy object
Possible values: [unknown
, desktop
, laptop
, vm
, smartphone
, tablet
, chromebook
]
Device Type
Possible values: [DiskEncryptionStatusUnknown
, DiskEncryptionStatusDisabled
, DiskEncryptionStatusEnabled
]
Disk Encryption Status
External identifier
Possible values: [FireWallStatusUnknown
, FireWallStatusDisabled
, FireWallStatusEnabled
]
Firewall Status
First seen time
Hostname
Unique identifier
IP Address
Last seen time
MAC Addresses
Device Model
Native Architecture
Possible values: [windows
, macOS
, linux
, ios
, android
, unknown
]
Operating System type
OS Version
Possible values: [ScreenLockStatusUnknown
, ScreenLockStatusDisabled
, ScreenLockStatusEnabled
]
Screen Lock Status
Serial Number
systemIntegrity object
services objectrequired
Possible values: [pass
, fail
, unknown
]
Talon Extension Version
user object
Deleted Time
Device IDs
External identifier
First seen time
Unique identifier
Last seen time
Name
Profile Picture URL
Possible values: [saml
, local
, oidc
]
Provider
userGroups object[]
User Groups
Created at
Unique identifier
Last updated
Name
Possible values: [sso
, local
]
Provider
User Agent
pageInfo object
When paginating forwards, the cursor to continue.
When paginating forwards, are there more items?
{
"data": [
{
"arch": "string",
"browserVersion": "string",
"crowdstrikeZTA": {
"CID": "string",
"osScore": 0,
"score": 0,
"sensorScore": 0
},
"deviceEPP": {
"enabled": true,
"products": [
{
"name": "string",
"state": "string",
"version": "string"
}
]
},
"deviceManagement": {
"status": "managed",
"systems": [
{
"details": "string",
"system": "ad"
}
]
},
"devicePassword": {
"enabled": true,
"passwordPolicy": {
"complexityReq": true,
"maxPasswordAge": 0,
"minPasswordLength": 0
}
},
"deviceType": "unknown",
"diskEncryptionStatus": "DiskEncryptionStatusUnknown",
"externalId": "string",
"firewallStatus": "FireWallStatusUnknown",
"firstSeen": "2024-07-29T15:51:28.071Z",
"hostname": "string",
"id": "string",
"ip": "string",
"lastSeen": "2024-07-29T15:51:28.071Z",
"macAddresses": [
"string"
],
"model": "string",
"nativeArch": "string",
"osType": "windows",
"osVersion": "string",
"screenLockStatus": "ScreenLockStatusUnknown",
"serialNumber": "string",
"systemIntegrity": {
"services": {
"SIP": true,
"driversSigningEnforcement": true,
"gatekeeper": true,
"kernelDebugger": true,
"secureBoot": true
},
"status": "pass"
},
"talonExtensionVersion": "string",
"user": {
"deletedTime": "2024-07-29T15:51:28.071Z",
"deviceIds": [
"string"
],
"email": "string",
"externalId": "string",
"firstSeen": "2024-07-29T15:51:28.071Z",
"id": "string",
"lastSeen": "2024-07-29T15:51:28.071Z",
"name": "string",
"profilePictureURL": "string",
"provider": "saml",
"userGroups": [
{
"createdAt": "2024-07-29T15:51:28.071Z",
"id": "string",
"lastUpdated": "2024-07-29T15:51:28.071Z",
"name": "string",
"provider": "sso"
}
]
},
"userAgent": "string"
}
],
"pageInfo": {
"cursor": "string",
"hasNextPage": true
}
}
Bad request
Internal server error