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

# GET /audit-rules/

`GET /audit-rules/`

List all fired rules

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Return a list of fired rules.

- PaginatedAuditRuleList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` AuditRule[]
    - `id` integer, required — ID of the fired rule
    - `name` string, required — Name of the fired rule
    - `description` string — Description of the fired rule
    - `status` string — Status of the fired rule
    - `created_at` string, date-time, required
    - `fired_at` string, date-time, required — The fired timestamp of the rule
    - `rule_uuid` string, uuid, nullable
    - `ruleset_uuid` string, uuid, nullable
    - `ruleset_name` string — Name of the related ruleset
    - `activation_instance_id` integer, nullable, required
    - `job_instance_id` integer, nullable, required
    - `definition` object

## Changes

- **2023-05-19** `f84d9240fdf2` — 2 warning, 3 info
  - removed the optional property `results/items/activation_instance` from the response with the `200` status
  - removed the optional property `results/items/job_instance` from the response with the `200` status
  - the endpoint scheme security `cookieAuth` was removed from the API
  - added the required property `results/items/activation_instance_id` to the response with the `200` status
  - …1 more
- **2023-04-25** `62d33b790834` — 4 breaking, 4 warning, 10 info
  - the response property `results/items/activation_instance` became nullable for the status `200`
  - the response property `results/items/activation_instance` became optional for the status `200`
  - the `results/items/activation_instance` response's property type changed from `object` to `integer` for status `200`
  - removed the required property `results/items/organization` from the response with the `200` status
  - …14 more

[Change history](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/audit-rules/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)
