Skip to main content
POST
/
batch-definitions
/
id
/
{definition_id}
/
execute
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.batches.execute("definition_id_value")
print(result)
{
  "execution_id": "<string>",
  "workflow_id": "<string>"
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

definition_id
string
required

Response

Successful Response

ExecuteBatchDefinitionResponse

execution_id
string
required
workflow_id
string
required