Skip to main content
GET
Get production process

Authorizations

X-API-Key
string
header
required

Per-manufacturer API key in the X-API-Key header, format emidat-{key_id}-{secret} where key_id is a random public handle. Issued by an owner in the Emidat dashboard; carries its own permission scopes, optional plant restrictions, and optional expiry. A revoked, expired, or unknown key returns 401. See the Authentication guide for details.

Path Parameters

id
string<uuid>
required

UUID of the production process.

Response

Production process.

id
string<uuid>
required

Emidat UUID of the production process. Use this as production_process_id in request bodies.

external_id
string | null
required

Your own code for this production process, set on the Emidat UI. null when none is set.

name
string
required
Example:

"Extrusion line A"

plant_id
string<uuid>
required

Emidat UUID of the plant this process belongs to.