---
title: "Retrieve specific job preset"
method: GET
path: "/api/workflow/presets/job/{id}"
tags: ["Presets"]
---

# Retrieve specific job preset

`GET /api/workflow/presets/job/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `ID` string
  - `name` string
  - `ftp_settings` string
  - `wf_uuid` string
  - `presetstages` object
    - `ID` string
    - `name` string
    - `description` string
    - `position` string
    - `editableBy` string
    - `restrictToGroupID` string
    - `type` string
    - `responsibleID` string
    - `responsibleGroupID` string

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
