Skip to main content
POST
/
datasources
/
{datasource_id}
/
trigger-ingest
Python
from meibel import MeibelClient

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

result = client.datasources.ingest.trigger("datasource_id_value")
print(result)
{
  "message": "<string>",
  "datasource_id": "<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.

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Response

Successful Response

Acknowledgement that ingest was kicked off for a datasource.

message
string
required

Human-readable confirmation message

datasource_id
string
required

ID of the datasource ingest was triggered on