from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
# Create request body
body = CreateBatchDefinitionRequest(name="Example")
result = client.batches.create(body=body)
print(result){
"id": "<string>",
"catalog_urn": "<string>",
"name": "<string>",
"version": "<string>"
}from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
# Create request body
body = CreateBatchDefinitionRequest(name="Example")
result = client.batches.create(body=body)
print(result){
"id": "<string>",
"catalog_urn": "<string>",
"name": "<string>",
"version": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create a new BatchDefinition lineage.
Kebab-case label (non-unique within tenant)
AgentDefinition ID; resolved + pinned at creation time
Datasource holding the input Data Elements
Recipe-level filters. element_ids belongs here; per-execution overrides use BatchInputOverrides on the execution row.
Show child attributes
Pinned output sink. NULL = workflow auto-creates per execution.
1 <= x <= 9990 <= x <= 999Cron expression validated by croniter; not yet scheduled in DEL-1376.
Was this page helpful?