---
title: "All triggers for current user"
method: GET
path: "/{username}/triggers"
tags: ["Triggers"]
---

# All triggers for current user

`GET /{username}/triggers`

The Triggers endpoint returns information about the user's triggers.

## Path parameters

- `username` string, required

## Response `200`

An array of triggers

- Trigger[]
  - `name` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.net/adafruit/apis/adafruit-io-rest-api.md) · [All operations](https://skmtc.net/adafruit/apis/adafruit-io-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adafruit/adafruit-io-rest-api/revisions/b16cd6123537/schema)
