Get a specific config version
Retrieve a specific published version of a delivery config. The response includes the full data point configs, payload config, and selectable transport emission log configs inline.
Documentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
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 delivery config with inline data point configs, payload config, and transport emission log configs.
Config version ID.
"dcv_01kqzcjrpyf27tgej0x1ke3msk"
Parent config ID.
"dlc_01kqzcjrpyf27tgegxm6bxfdhb"
Human-readable name of this config version.
"Corn Incoming Delivery"
When this version was published.
"2026-01-15T08:00:00Z"
Delivery-level data point configs. Use these id values as
config_id in the top-level data_points array when creating
a delivery.
Payload container config. Describes the data points expected
on each payload container in payload[].data_points.
Transport emission log configs that can be selected for
delivery legs via selected_emission_log_config_id.
ID of the next version in the chain. Null if this is the active (latest published) version.
null
Whether deliveries using this config can have more than one leg.
false
ID of the default transport emission log config. References
one of the items in selectable_transport_emission_log_configs.
Used when the leg omits selected_emission_log_config_id.
"elc_01kqzcjrpyf27tgekeyq3qzm7d"