---
title: "Get a job"
method: GET
path: "/v1/jobs/{id}"
tags: ["Jobs"]
---

# Get a job

`GET /v1/jobs/{id}`

## Response `200`

The job

- Job
  - `id` string
  - `artifact_id` string
  - `title` string
  - `description` string
  - `action` 'email' | 'webhook' | 'slack' | 'discord' | 'http_get' | 'materialize' | 'telegram' | 'enrich_snapshot' | 'query_snapshot' | 'sheets_append'
  - `trigger_type` 'cron' | 'event'
  - `schedule` string — Cron expression (cron jobs only).
  - `event_type` 'artifact.updated' | 'artifact.viewed' | 'comment.added' | 'email.received'
  - `config` object
  - `enabled` boolean
  - `next_run_at` integer
  - `last_run_at` integer
  - `last_status` string
  - `created_at` integer

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/shareout/apis/shareout-rest-api.md) · [All operations](https://skmtc.net/shareout/apis/shareout-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shareout/shareout-rest-api/versions/804359ead65a/schema)
