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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
