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

# GET /jobs

`GET /jobs`

## Response `200`

Expected response to a valid request

- Jobs
  - `current_job` CurrentJob
    - `config` JobConf
      - `target_file` string
      - `mode` string
      - `time` integer
      - `timestamp` integer
    - `id` string
  - `queued_jobs` QueuedJobs[]
    - `config` JobConf
      - `target_file` string
      - `mode` string
      - `time` integer
      - `timestamp` integer
    - `id` string

## Other responses

- `404` — unexpected error

---

[API](https://skmtc.dev/nao-sec/apis/tknk-scanner-api.md) · [All operations](https://skmtc.dev/nao-sec/apis/tknk-scanner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nao-sec/tknk-scanner-api/revisions/6cbc124e00ba/schema)
