Use this endpoint to retrieve high-level metadata about a single policy execution, such as start time, end time, status, execution type, and related identifiers. This is often used before fetching detailed execution results.
Endpoint
GET /catalog-server/api/rules/executions/:executionIdPath Parameter
| Name | Type | Required | Description |
|---|---|---|---|
executionId | string | Yes | Identifier of the execution you want to inspect. |
Sample Request
curl -X GET "https://{{HOST}}/catalog-server/api/rules/executions/98765" \ -H "accessKey: {{ACCESS_KEY}}" \ -H "secretKey: {{SECRET_KEY}}"Was this page helpful?