from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.batches.get_by_catalog_urn()
print(result){
"id": "<string>",
"customer_id": "<string>",
"project_id": "<string>",
"name": "<string>",
"version": "<string>",
"parent_version": "<string>",
"catalog_urn": "<string>",
"agent_urn": "<string>",
"agent_spec_json": {},
"input_datasource_id": "<string>",
"concurrency": 123,
"retry_limit": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"filters": {},
"output_datasource_id": "<string>",
"user_message": "<string>",
"recurrence_cron": "<string>",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.batches.get_by_catalog_urn()
print(result){
"id": "<string>",
"customer_id": "<string>",
"project_id": "<string>",
"name": "<string>",
"version": "<string>",
"parent_version": "<string>",
"catalog_urn": "<string>",
"agent_urn": "<string>",
"agent_spec_json": {},
"input_datasource_id": "<string>",
"concurrency": 123,
"retry_limit": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"filters": {},
"output_datasource_id": "<string>",
"user_message": "<string>",
"recurrence_cron": "<string>",
"description": "<string>",
"deleted_at": "2023-11-07T05:31:56Z"
}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.
urn:meibel:batch-definition:{customer}:{project}:{id}
Successful Response
Full BatchDefinition snapshot.
Optional override for the tool's parameters schema
Was this page helpful?