---
title: "List jobs"
method: GET
path: "/v1/jobs"
tags: ["Jobs"]
---

# List jobs

`GET /v1/jobs`

## Query parameters

- `artifact_id` string

## Response `200`

Jobs

- object
  - `jobs` 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

---

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