---
title: "Get rule events."
method: GET
path: "/api/apps/{app}/rules/events"
tags: ["Rules"]
---

# Get rule events.

`GET /api/apps/{app}/rules/events`

## Path parameters

- `app` string, required

## Query parameters

- `ruleId` string, nullable
- `skip` integer
- `take` integer

## Response `200`

Rule events returned.

- RuleEventsDto
  - `_links` object, required — The links.
  - `total` integer, required — The total number of rule events.
  - `items` RuleEventDto[], required — The rule events.
    - `_links` object, required — The links.
    - `id` string, required — The ID of the event.
    - `created` string, date-time, required — The time when the event has been created.
    - `description` string, required — The description.
    - `eventName` string, required — The name of the event.
    - `lastDump` string, nullable — The last dump.
    - `numCalls` integer, required — The number of calls.
    - `nextAttempt` string, date-time, nullable — The next attempt.
    - `result` 'Pending' | 'Success' | 'Failed' | 'Timeout', required
    - `jobResult` 'Pending' | 'Success' | 'Retry' | 'Failed' | 'Cancelled', required

## Other responses

- `404` — App not found.
- `500` — Operation failed.

---

[API](https://skmtc.net/squidex/apis/squidex-api.md) · [All operations](https://skmtc.net/squidex/apis/squidex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/squidex/squidex-api/versions/b4a9b62f113a/schema)
