---
title: "List triggers"
method: GET
path: "/triggers"
tags: ["Triggers"]
---

# List triggers

`GET /triggers`

Return a paginated list of triggers. Supports filtering by `activation` and `eventType`, free-text `search`, and ordering by name, createdAt, or updatedAt.

## Query parameters

- `page` integer
- `pageSize` integer
- `activation` 'event' | 'schedule' | 'custom'
- `eventType` string
- `search` string
- `orderBy` 'name' | 'createdAt' | 'updatedAt'
- `orderByDirection` 'asc' | 'desc'

## Response `200`

List triggers

- object
  - `pagination` Pagination, required
    - `hasNext` boolean, required
    - `hasPrev` boolean, required
    - `page` integer, required
    - `pageSize` integer, required
    - `pages` integer, required
    - `total` integer, required

## Changes

- **2026-07-07** `d5d1e5ee8188` — 6 info
  - added the optional property `items/items/allOf[subschema #2]/createdBy` to the response with the `200` status
  - added the optional property `items/items/allOf[subschema #2]/ownerId` to the response with the `200` status
  - response property `items/items/allOf[#/components/schemas/Trigger]/userId` deprecated
  - response property `items/items/allOf[subschema #2]/userId` deprecated
  - …2 more
- **2026-06-29** `8f06726ac240` — 1 breaking, 2 info
  - the `items/items/allOf[subschema #2]/scheduleRule/allOf[subschema #2]/` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - for the `query` request parameter `page`, the exclusiveMinimum was decreased from `true` to `0.00`
  - for the `query` request parameter `pageSize`, the exclusiveMinimum was decreased from `true` to `0.00`
- **2026-06-28** `fd8fb6b29e38` — 1 info
  - endpoint added
- **2026-06-27** `99b4ade46263` — 1 breaking
  - api path removed without deprecation
- **2026-06-19** `7f577998739b` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/triggers/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/cd80ab1b29b0/schema)
