Workstations

List workstations

The workstation fleet reported by the user agent. The `teamId` filter is repeatable — pass it several times to widen the selection.

Required scope infrastructure:read

get/workstations

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Query parameters

teamIdstring<uuid>[]

Keep only workstations of this team. Repeatable.

limitintegerdefault 50

Page size. Clamped to [1, 200] — out-of-range values are silently brought back into range, never rejected.

min: 1 · max: 200

offsetintegerdefault 0

Number of items to skip. Floored at 0.

min: 0

Response200 · application/json

A page of workstations.

dataany[]required

The page of items.

paginationobjectrequired

Offset pagination envelope shared by every paginated list endpoint.