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.
cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/workflows/{workflow_id}/datastores \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "knowledge_base": { "fields": { "title": "TEXT", "body": "TEXT", "source_url": "TAG" } } } }
List workflow datastores that can provide data to executions.
Your Maitai API key from the Portal.
List workflow datastores.
Was this page helpful?