from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.batches.executions.list()
print(result){
"data": [
{
"id": "<string>",
"batch_definition_id": "<string>",
"customer_id": "<string>",
"project_id": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"status": "<string>",
"agent_urn": "<string>",
"batch_spec_json": {},
"agent_spec_json": {},
"input_datasource_id": "<string>",
"output_datasource_id": "<string>",
"input_overrides": {},
"total_items": 123,
"succeeded": 123,
"failed": 123,
"end_time": "2023-11-07T05:31:56Z",
"error": "<string>",
"items": [
{
"input_data_element_id": "<string>",
"filename": "<string>",
"status": "<string>",
"error": "<string>",
"output_artifacts": [
{}
],
"attempts": 1
}
]
}
],
"pagination": {
"total": 123,
"offset": 123,
"limit": 123
}
}from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.batches.executions.list()
print(result){
"data": [
{
"id": "<string>",
"batch_definition_id": "<string>",
"customer_id": "<string>",
"project_id": "<string>",
"start_time": "2023-11-07T05:31:56Z",
"status": "<string>",
"agent_urn": "<string>",
"batch_spec_json": {},
"agent_spec_json": {},
"input_datasource_id": "<string>",
"output_datasource_id": "<string>",
"input_overrides": {},
"total_items": 123,
"succeeded": 123,
"failed": 123,
"end_time": "2023-11-07T05:31:56Z",
"error": "<string>",
"items": [
{
"input_data_element_id": "<string>",
"filename": "<string>",
"status": "<string>",
"error": "<string>",
"output_artifacts": [
{}
],
"attempts": 1
}
]
}
],
"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.
Filter by input datasource ID
x >= 0x >= 1Field to sort by: start_time, status
^(asc|desc)$Was this page helpful?