Skip to content

List devices

GET
/api/v1/device
pool_id
required
sorting
pagination[offset]
pagination[page_size]

Success

object
pagination
One of:
PaginationOutput

Pagination information

object
item_count

The total number of items

number
item_end

The index of the last item in the page (one-based)

number
item_start

The index of the first item in the page (one-based)

number
next_page_offset
One of:

The offset of the next page (null if last page)

number
page_count

The total number of pages

number
page_index

The index of the current page (one-based)

number
page_offset

The offset of the first item in the page (zero-based)

number
page_size

The number of items per page

number
previous_page_offset
One of:

The offset of the previous page (null if first page)

number
{
"item_count": 200,
"item_end": 100,
"item_start": 91,
"next_page_offset": 110,
"page_count": 20,
"page_index": 10,
"page_offset": 90,
"page_size": 10,
"previous_page_offset": 80
}
sorting
One of:
Sorting

Sorting information

object
direction

The direction to sort by

string
Allowed values: asc desc
asc
field

The field to sort by (values depend on the type of list)

string
Allowed values: id last_seen status title
id
status
string
Allowed values: success
success
summaries
Array<object>
Device_Summary
object
account_id
Account_Id

A valid account ID

string
013xrzp12g3nqk8n6cyr5x0k8yb10h59
domain_id
Domain_Id

A valid domain ID

string
013xrzp12g3nqk8n32sd3jyxq5a8ywe2
first_seen
One of:
InteractionDetails

A snapshot of the details of a particular device

object
at
Timestamp

Unix timestamp, seconds since midnight January 1, 1970 UTC

number
1234567890
remote_ip
One of:

IPv4 address in dotted-decimal notation

string format: ipv4
127.0.0.1
user_agent
UserAgent

User-Agent string

string
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
id
Device_Id

A valid device ID

string
013xrzp12g3nqk8ncwfp3ra29yjzx1gs
last_seen
One of:
InteractionDetails

A snapshot of the details of a particular device

object
at
Timestamp

Unix timestamp, seconds since midnight January 1, 1970 UTC

number
1234567890
remote_ip
One of:

IPv4 address in dotted-decimal notation

string format: ipv4
127.0.0.1
user_agent
UserAgent

User-Agent string

string
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
pool_id
Pool_Id

A valid pool ID

string
013xrzp12g3nqk8ng09nmc8kwqzfafa2
session_type
string
Allowed values: browser api
browser
status
string
Allowed values: active revoked
active
title
string
type
string
Allowed values: device
device

Error

One of:
object
code
string
Allowed values: bad_request bad_authtoken not_authenticated not_permitted not_implemented unknown not_found unexpected_ref_type unexpected invalid_action invalid_value required_value
bad_request
message
string
status
string
Allowed values: error
error