---
title: "GET /audit-rules/{id}/"
method: GET
path: "/audit-rules/{id}/"
tags: ["audit-rules"]
---

# GET /audit-rules/{id}/

`GET /audit-rules/{id}/`

Get the fired rule by its id

## Path parameters

- `id` integer, required

## Response `200`

Return the fired rule by its id.

- AuditRuleOut
  - `id` integer, required — ID of the fired rule
  - `name` string, required — Name of the fired rule
  - `status` string — Status of the fired rule
  - `fired_at` string, date-time, required — The fired timestamp of the rule
  - `definition` object — The action definition in the rule
  - `created_at` string, date-time, required — The created timestamp of the action
  - `activation_id` integer, required — ID of the related Activation
  - `activation_name` string, required — Name of the related Activation

## Changes

- **2023-05-19** `f84d9240fdf2` — 1 info
  - the endpoint scheme security `cookieAuth` was removed from the API
- **2023-04-25** `62d33b790834` — 2 breaking, 1 warning, 5 info
  - removed the required property `activation_instance` from the response with the `200` status
  - removed the required property `organization` from the response with the `200` status
  - removed the optional property `ruleset_name` from the response with the `200` status
  - the endpoint scheme security `EDAJWTAuthentication` was removed from the API
  - …4 more

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/audit-rules/:id/get.md)

---

[API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [All operations](https://skmtc.dev/ansible/apis/event-driven-ansible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ansible/event-driven-ansible-api/revisions/f84d9240fdf2/schema)
