Skip to main content
GET
/
datasources
/
uploads
/
{upload_id}
/
progress
Python
from meibel import MeibelClient

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

# Streaming - process events as they arrive
for event in client.datasources.file_uploads.stream_upload_progress("upload_id_value"):
    print(event)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

upload_id
string
required

Response

Successful Response