Get a specific config version
Retrieve a specific published version of a material processing config. The response includes the full data point configs and input/output container configs inline.
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Path Parameters
Cula-assigned resource ID in TypeID format (e.g. stp_01kqzcjrpxf27tge33jwvjhkff).
Alternatively, pass your external ID prefixed with ext-
(e.g. ext-MY-STEP-001). The ext- prefix is unambiguous because
TypeIDs use _ separators and never start with ext-.
Config version ID.
Response
Config version detail.
A published version of a material processing config with inline data point configs, input container config, and output container config.
Config version ID.
"scv_01kqzcjrpyf27tgefy70hchba7"
Parent config ID.
"stc_01kqzcjrpyf27tgeevggzctpyk"
Human-readable name of this config version.
"Biomass Processing"
When this version was published.
"2026-01-15T08:00:00Z"
Step-level data point configs. Use these id values as
config_id in the top-level data_points array when creating
a step.
Input container config. Describes the data points expected
on each input container in input_containers[].data_points.
Output container config. Describes the data points expected
on each output container in output_containers[].data_points.
ID of the next version in the chain. Null if this is the active (latest published) version.
null