---
title: "Get a trigger"
method: GET
path: "/triggers/{triggerId}"
tags: ["Triggers"]
---

# Get a trigger

`GET /triggers/{triggerId}`

Fetch a single trigger by its ID, including its activation type and type-specific configuration. Returns 404 if no trigger matches.

## Path parameters

- `triggerId` string, uuid, required

## Response `200`

Trigger details

- object

## Other responses

- `404` — Not Found

## Changes

- **2026-07-07** `d5d1e5ee8188` — 6 info
  - added the optional property `data/allOf[subschema #2]/createdBy` to the response with the `200` status
  - added the optional property `data/allOf[subschema #2]/ownerId` to the response with the `200` status
  - response property `data/allOf[#/components/schemas/Trigger]/userId` deprecated
  - response property `data/allOf[subschema #2]/userId` deprecated
  - …2 more
- **2026-06-29** `8f06726ac240` — 1 breaking
  - the `data/allOf[subschema #2]/scheduleRule/allOf[subschema #2]/` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
- **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/:triggerId/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)
