List registered devices

GET/v1/devices

List local devices registered for the authenticated user. This surface is feature-flagged and may be unavailable unless local bridge or sync is enabled.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
NameLocationTypeRequiredDescription
statusqueryonline | offlineNo
limitqueryintegerNo
offsetqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Device listapplication/json
FieldTypeRequiredDescription
objectstringNo
dataobject[]No
data[].idstringNoUnique identifier.
data[].userIdstringNoUser ID.
data[].namestringNoHuman-readable name.
data[].platformstringNo
data[].hostnamestringNo
data[].appVersionstringNo
data[].daemonVersionstringNo
data[].statusonline | offlineNoCurrent lifecycle status.
data[].capabilitiesobjectNo
data[].lastSeenAtstringNo
data[].createdAtstringNoISO 8601 timestamp.
data[].updatedAtstringNoISO 8601 timestamp.
total_countintegerNo
List registered devices
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow