---
title: "Get a trigger"
method: GET
path: "/v6/jobs/{jobId}/triggers/{triggerId}"
tags: ["File Validation Monitors"]
---

# Get a trigger

`GET /v6/jobs/{jobId}/triggers/{triggerId}`

Returns the trigger for the specified id.

## Path parameters

- `jobId` string, required
- `triggerId` string, required

## Response `200`

Successful response

- union
  - object
    - `id` string, required
    - `trigger_type` 'FILE_NAME_MATCHES', required
    - `match_type` 'EXACT' | 'REGEX', required
    - `pattern` string, required
  - object
    - `id` string, required
    - `trigger_type` 'LANDS_IN_DIRECTORY', required
    - `directory_path` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/versions/c16e62e66755/schema)
