from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.datasources.downloads.create_job("datasource_id_value")
print(result){
"job_id": "<string>",
"status": "<string>",
"status_url": "<string>"
}from meibel import MeibelClient
client = MeibelClient(api_key="your-api-key")
result = client.datasources.downloads.create_job("datasource_id_value")
print(result){
"job_id": "<string>",
"status": "<string>",
"status_url": "<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.
Was this page helpful?