---
title: "Get the check trigger"
method: GET
path: "/v1/triggers/checks/{checkId}"
tags: ["Triggers"]
deprecated: true
---

# Get the check trigger

`GET /v1/triggers/checks/{checkId}`

> **Deprecated.**

**[DEPRECATED]** This endpoint will be removed soon. Please use the [Checkly CLI](https://www.checklyhq.com/docs/cli) to test and trigger checks. Finds the check trigger.

## Path parameters

- `checkId` string, required

## Headers

- `x-checkly-account` string — Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general

## Response `200`

Successful

- CheckTrigger
  - `id` number, required
  - `token` string, required
  - `created_at` string, date, required
  - `called_at` string, date, nullable
  - `updated_at` string, date, nullable
  - `checkId` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.net/checklyhq/apis/checkly-public-api.md) · [All operations](https://skmtc.net/checklyhq/apis/checkly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checklyhq/checkly-public-api/revisions/9e903da4f3da/schema)
