---
title: "Get a pipeline element's job_config"
method: GET
path: "/pipelines/elements/{element_id}/job_config"
tags: ["Pipeline"]
---

# Get a pipeline element's job_config

`GET /pipelines/elements/{element_id}/job_config`

Return one element's ``job_config``, hydrated lazily on expand.

The bulk `/elements` response projects the bigger keys (`parameters`,
`optimizer`, `cost`) out of every element so the details page loads fast;
this fills them back in for the one element a drawer is showing. Returns
``{}`` for an element that does not exist or is not visible to the caller.

Note this is the DB row, not the storage copy — the two differ only by
`objectives`, the multi-MB serialized measurement payload the worker reads
directly and no client needs.

## Path parameters

- `element_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
