Obtener un datastore específico con sus datasources.
curl -X GET "https://app.horneross.com/api/datastores/ds_abc123?status=synced&limit=50" \ -H "Authorization: Bearer sk_live_xxx"
{ "id": "ds_abc123", "name": "FAQ General", "description": "Preguntas frecuentes", "type": "qdrant", "visibility": "private", "_count": { "datasources": 15 }, "datasources": [ { "id": "datasource_xyz", "name": "Política de devoluciones", "type": "text", "status": "synced", "lastSynch": "2024-01-21T10:00:00Z", "_count": { "children": 0 }, "children": [], "autoSyncConfig": { "autoSync": false } } ], "apiKeys": [ { "id": "key_123", "key": "ds_key_xxx" } ] }
GET /api/datastores/{datastoreId}
Bearer sk_live_xxx
pending
running
synced
error
usage_limit_reached
file
text
web_page
web_site
notion
google_drive_file
Show Propiedades de cada datasource
Was this page helpful?