from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.batches.list_versions("definition_id_value")
print(result){
"data": [
{
"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"
}
],
"pagination": {
"total": 123,
"offset": 123,
"limit": 123
}
}from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.batches.list_versions("definition_id_value")
print(result){
"data": [
{
"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"
}
],
"pagination": {
"total": 123,
"offset": 123,
"limit": 123
}
}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.
x >= 0x >= 1Was this page helpful?