---
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

---

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