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.get_all_datasource_ids() # Handle response print(res)
{ "datasource_ids": [ "<string>" ] }
Successful Response
GetAllDatasourceIdsResponse
Was this page helpful?