Create batch generation
Triggers an async batch generation job for the given time range.
Authorizations
Path Parameters
Ledger friendly ID (e.g., lgr_abc123def456)
Body
Start of the time range
End of the time range
Array of data point friendly IDs to include. Optional for time-partitioned models (inputs are auto-discovered from the time range). Required when the ledger's model partitions by asset, which covers both the "asset" and "tracking_id_and_asset" strategies: asset-partitioned generation does not auto-discover inputs and returns 422 without it.
Optional batch amount overrides
Optional data point type friendly IDs to skip
Also generate the ledger's concurrent (sibling) ledgers in the same run. Defaults to false, so only the requested ledger generates unless you opt in.