Skip to main content
GET
/
datasources
/
{datasource_id}
/
downloads
/
{job_id}
/
file
Python
from meibel import MeibelClient

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

result = client.datasources.downloads.download_file("job_id_value", "datasource_id_value")
print(result)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

job_id
string
required
datasource_id
string
required

Response

Successful Response