Skip to main content
GET
Get silo

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

The silo's Emidat UUID.

Response

Silo.

id
string<uuid>
required

Emidat-assigned silo UUID.

external_id
string | null
required

Your own code for this silo, null when none is set. BOM entries reference it by its Emidat id, not this code.

Example:

"CEMENT_SILO_MUNICH_1"

plant_id
string<uuid>
required

The plant's Emidat UUID.

name
string
required

Human-readable silo name.

Example:

"Cement Silo 1 (Munich)"

items
object[]
required

Supplier products constituting this silo, with yearly purchase volumes.

created_at
string<date-time>
required