Get a specific material sourcing config version
Authorizations
OAuth 2.0 client credentials. Exchange your client_id and client_secret for an access token scoped to the organisation that provides data access.
Headers
ID of the organisation the request operates on behalf of (e.g. org_...). Must be an organisation the API client has access to.
"org_01k83mfmhgchya944v86ryvhpq"
Path Parameters
"msccv_01kym9dwvb8naj2qn8nv5vh331"
"mscc_01kpteg39rde1m80740h6p2wb2"
Response
The ID of the config version.
"msccv_01kym9dwvb8naj2qn8nv5vh331"
The ID of the config this version belongs to.
"mscc_01kpteg39rde1m80740h6p2wb2"
Human-readable name of the config version.
"Biomass Sourcing"
When this version was published.
"2026-01-15T08:00:00Z"
Whether the sourcing and its output containers are configured as one unified flow. When true, data_point_configs spans the whole flow (sourcing step and output containers) and creates take one flat data_points array. When false, output_configs lists the container configs to describe output containers against.
true
Data points that can be set on sourcings created from this config. For unified configs this spans the whole flow, including the output containers' data points.
Only present when unified is false: the container configs new output containers are described against (via output_containers on create).