---
title: "List trigger keys"
method: GET
path: "/api/jobs/{id}/api-keys"
tags: ["Trigger Keys"]
---

# List trigger keys

`GET /api/jobs/{id}/api-keys`

List all API trigger keys for a specific job.

## Response `200`

List of trigger keys

- object
  - `success` boolean
  - `apiKeys` TriggerKey[]
    - `id` string, uuid
    - `name` string
    - `start` string — Display prefix (e.g. sck_trigger_f1e2...)
    - `enabled` boolean
    - `jobId` string, uuid
    - `expiresAt` string, date-time, nullable
    - `lastRequest` string, date-time, nullable
    - `createdByName` string, nullable
    - `createdAt` string, date-time

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

---

[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)
