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.
List all training datasets owned by the authenticated organization, with status and row counts.
cURL
curl --request GET \ --url https://labs.tacitintelligence.co/api/v1/training-datasets \ --header 'Authorization: Bearer <token>'
{ "datasets": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "row_count": 0, "created_at": "<string>", "completed_at": "<string>" } ] }
API key obtained from Labs Portal
Success
All training datasets owned by the authenticated org
Show child attributes