Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
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>" }
Body for creating a download job. Omit both fields to download all files.
Content to include: files, parsed_content, or files_and_parsed_content
Specific data element IDs to include
Successful Response
Result of creating a download job.
Identifier for the job — use with the status_url to track progress
Current job status
Stream progress events from this SSE URL
Was this page helpful?