---
title: "Get job trigger information"
method: GET
path: "/api/jobs/{id}/trigger"
tags: ["Jobs"]
---

# Get job trigger information

`GET /api/jobs/{id}/trigger`

Retrieve the authenticated trigger URL and usage instructions for a job.

## Response `200`

Trigger information

- JobTriggerInfoResponse
  - `success` boolean
  - `job` object
    - `id` string, uuid
    - `name` string
    - `status` 'pending' | 'running' | 'passed' | 'failed' | 'error'
  - `triggerUrl` string
  - `documentation` object
    - `method` string
    - `headers` object
    - `description` string
    - `example` string
    - `notes` string[]

## Other responses

- `400` — Invalid job ID format
- `401` — Authentication required or token invalid
- `403` — Insufficient permissions
- `404` — Resource not found

## Changes

> 4 revisions in range; 1 could not be searched.

- **2026-03-21** `40aeed2ccba7` — 1 info
  - endpoint added
- **2026-02-08** `78bbac89339b` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/supercheck-io/apis/supercheck-api/changes/api/jobs/:id/trigger/get.md)

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
