This endpoint provides a single, consolidated view of all policies attached to an asset, along with the latest execution for each.
Endpoints
By Asset ID
GET /catalog-server/api/assets/:id/rulesWithLatestExecutionBy Asset UID
GET /catalog-server/api/assets/byUid/:uid/rulesWithLatestExecutionPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Asset ID |
uid | string | Yes | Asset UID |
Sample Request
curl -X GET "https://{{HOST}}/catalog-server/api/assets/1202692/rulesWithLatestExecution" \ -H "accessKey: {{ACCESS_KEY}}" \ -H "secretKey: {{SECRET_KEY}}"Was this page helpful?