List the installed programs
Workstations
List the installed programs
Programs the agent found installed on the workstation.
Required scope infrastructure:read
get
/workstations/{id}/installed-programsAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the workstation.
Query parameters
searchstringFree-text search on the program name.
limitintegerdefault 50Page size. Clamped to [1, 200] — out-of-range values are silently brought back into range, never rejected.
min: 1 · max: 200
offsetintegerdefault 0Number of items to skip. Floored at 0.
min: 0
Response200 · application/json
A page of installed programs.
dataany[]requiredThe page of items.
paginationobjectrequiredOffset pagination envelope shared by every paginated list endpoint.