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

# GET /audit-rules/{id}/actions/

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

Action list of a fired rule by its id

## Path parameters

- `id` integer, required

## Query parameters

- `name` string
- `ordering` string
- `page` integer
- `page_size` integer

## Response `200`

- PaginatedAuditActionList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `page_size` integer, nullable
  - `page` integer, nullable
  - `results` AuditAction[]
    - `id` string, uuid, required — UUID of the triggered action
    - `name` string, required — Name of the action
    - `status` string — Status of the action
    - `url` string, uri — The URL in the action
    - `fired_at` string, date-time, required — The fired timestamp of the action
    - `rule_fired_at` string, date-time, nullable
    - `audit_rule_id` integer, nullable, required
    - `status_message` string, nullable — Message of the action

## Changes

- **2024-04-23** `cbf68ddd9760` — 4 info
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - added the new optional `query` request parameter `ordering`
  - added the optional property `results/items/status_message` to the response with the `200` status
- **2023-08-21** `c84b4813cab1` — 2 info
  - the endpoint scheme security `cookieAuth` was added to the API
  - added the new optional `query` request parameter `name`
- **2023-05-19** `f84d9240fdf2` — 1 warning, 2 info
  - removed the optional property `results/items/audit_rule` from the response with the `200` status
  - the endpoint scheme security `cookieAuth` was removed from the API
  - added the required property `results/items/audit_rule_id` to the response with the `200` status
- **2023-04-25** `62d33b790834` — 1 breaking, 3 warning, 3 info
  - removed the required property `results/items/audit_rule_id` from the response with the `200` status
  - deleted the `query` request parameter `name`
  - deleted the `query` request parameter `ordering`
  - removed the optional property `results/items/status_message` from the response with the `200` status
  - …3 more

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