Skip to main content
GET
/
batch-executions
/
id
/
{execution_id}
/
realtime-progress
Python
from meibel import MeibelClient

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

result = client.batches.executions.get_realtime_progress("execution_id_value")
print(result)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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.

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

execution_id
string
required

Response

Successful Response