Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
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 } }
x >= 0
x >= 1
Successful Response
GetBatchDefinitionsResponse
Show child attributes
Pagination metadata included in list responses.
Was this page helpful?