Skip to main content
List targets in a workspace

Authorizations

acornops_cp_session
string
cookie
required

Path Parameters

workspaceId
string<uuid>
required
Example:

"4b930d98-add9-4924-ab26-3c16d96ec373"

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string
q
string
targetType
enum<string>
Available options:
kubernetes,
virtual_machine

Response

Target summary page payload: { items, nextCursor? }.

items
object[]
required
nextCursor
string