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

# List triggers

`GET /v1/fleet/triggers`

Lists triggers for the calling user (paginated). Filter by agent_id and/or template_id.

## Query parameters

- `agent_id` string
- `template_id` string
- `page_size` integer
- `cursor` string

## Response `200`

OK

- TriggersTriggerListResponse
  - `items` TriggersTrigger[]
    - `agent_id` string
    - `config` object
    - `created_at` string
    - `id` string
    - `name` string
    - `status` string
    - `template_id` string
    - `updated_at` string
  - `next_cursor` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `502` — Bad Gateway

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
