---
title: "Retrieve an existing job"
method: GET
path: "/publishing/v1/jobs/current-job"
tags: ["Publishing"]
---

# Retrieve an existing job

`GET /publishing/v1/jobs/current-job`

Use the /jobs/current-job endpoint to retrieve current-job from the database.<br />User roles: admin, manager, editor

## Response `200`

Successfully retrieved an current-job.

- object
  - `links` object
    - `self` object, required — url pointing to this document
      - `href` string, required
      - `methods` string[], required
      - `name` object — single value object where key is the locale and value is the display name
  - `id` string, required — Unique identifier representing a specific item
  - `rev` string, required — a string identifying a specific version of the document
  - `created` string, date-time, required — date when this item was created
  - `creator` object, required — A reference to the User who has created the item
    - `id` string, required
  - `lastModified` string, date-time, required — date when this item was modifed for the last time
  - `lastModifier` object, required — A reference to the User who has modified the item
    - `id` string, required

## Other responses

- `400` — Unable to handle the request as it does not match the API definition.
- `404` — current-job was not found.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
