List silos
Lists the silos at the plants your key can access.
Pass plant_id to restrict the results to one plant.
Filter by external_id to resolve one of your codes to a single silo.
Paginated — see Pagination.
Authorizations
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.
Query Parameters
Optional Emidat plant UUID to restrict the results. A UUID you cannot reach simply matches nothing — the page comes back empty.
Narrow the list to the silo carrying this code of yours. Optional; at most one silo matches.
Opaque cursor taken from the previous page's next_cursor. Omit it for the
first page. Never construct or parse one — its encoding is not part of the
contract. A cursor that cannot be decoded is rejected with 422. See
Pagination.
Maximum number of items on the page. Out of range is rejected with 422.
See Pagination.
1 <= x <= 200