Skip to main content
POST
Python

Authorizations

Meibel-API-Key
string
header
required

Body

application/json

Legacy request body for POST /batch-execution/ (pre-DEL-1376 compat shim).

batch_spec_json
LegacyBatchSpecJson · object
required

LegacyBatchSpecJson

Response

Successful Response

Response shape for a single batch execution. The legacy batch_spec_json / agent_spec_json / agent_urn / input_datasource_id fields are kept for client compatibility (DEL-1376 §5.5) — they are reconstructed from the linked BatchDefinition by the router, not stored on the execution row.

id
string
required

Execution ID — also the Temporal workflow ID for direct queries

batch_definition_id
string
required

FK to the BatchDefinition this execution ran against

customer_id
string
required
project_id
string
required
start_time
string<date-time>
required
status
string
required
agent_urn
string | null
batch_spec_json
Batch Spec Json · object | null

Optional override for the tool's parameters schema

agent_spec_json
Agent Spec Json · object | null
input_datasource_id
string | null
output_datasource_id
string | null
input_overrides
Input Overrides · object | null

Optional override for the tool's parameters schema

total_items
integer | null
succeeded
integer | null
failed
integer | null
end_time
string<date-time> | null
error
string | null

Overall error message

items
BatchItemResult · object[] | null

Per-item results (populated on completion by status callback)