Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.datasources.content.get_datasource_upload_status(datasource_id="<id>", upload_id="<id>") # Handle response print(res)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get the current status of a content upload operation
Documentation IndexFetch the complete documentation index at: https://docs.meibel.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Upload status information
Was this page helpful?