---
title: "List Published Events"
method: GET
path: "/api/2.0/app/published_events/"
tags: ["Event Subscriptions"]
---

# List Published Events

`GET /api/2.0/app/published_events/`

Returns a list of published events

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedPublishedEventList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PublishedEvent[], required
    - `error_content` string, nullable
    - `event_id` integer
    - `event_type` string
    - `id` integer
    - `processed_date` string, date-time, required
    - `resource` string
    - `resource_id` integer
    - `status_code` integer, nullable
    - `target` string

---

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