GET
/
v1
/
tenant
/
asset-groups
/
{assetGroupId}
Get specific asset group in a tenant
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant/asset-groups/{assetGroupId} \
  --header 'Authorization: Bearer <token>'
{
  "tenantId": "2422764d-dc5a-44eb-a0da-576baa2cfc22",
  "organizationId": "a4d83a9b-906f-4dc8-883b-fb43b7c1beb6",
  "assetGroupId": "3e508e7a-65b8-4787-9c7e-2b42c2b45565",
  "riskScore": null,
  "createdAt": "2025-01-07T13:37:23.388Z",
  "name": "Asset group name",
  "rules": [
    [
      {
        "type": "resourceType",
        "value": [
          "<string>"
        ]
      }
    ]
  ],
  "totalAssets": 7,
  "updatedAt": "2025-01-07T13:37:46.308Z",
  "status": "completed"
}

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Content-Type
string

application/json

Path Parameters

assetGroupId
string
required

Response

200
application/json

Success

The response is of type object.