Get a specific config version
Retrieve a specific published version of a periodic emission log config. The response includes the full data point configs and linked step 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 periodic emission log config. Contains all the information a partner needs to construct a valid emission log request: expected data points and linked step configs.
Config version ID.
"ecv_01kqzcjrpyf27tgemk9fzf8yr6"
Parent config ID.
"elc_01kqzcjrpyf27tgekeyq3qzm7d"
Human-readable name of this config version.
"Monthly Electricity Consumption"
When this version was published.
"2026-01-15T08:00:00Z"
Emission-log-level data point configs. Use these id values
as config_id in the data_points array when creating an
emission log.
Step configs that this emission log config is linked to. Emission logs created with this config will be associated with steps of these step configs.
ID of the next version in the chain. Null if this is the active (latest published) version.
null