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.abloatai.com/v1/datasources \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "object": "datasource", "id": "<string>", "livemode": true, "metadata": {}, "created": 123, "provider": "postgresql", "host": "<string>", "database": "<string>", "schema": "<string>", "display_name": "<string>", "endpoint": "<string>", "key_last4": "<string>", "cursor": "<string>", "event_lag": 123, "retry_count": 123, "last_request_at": 123, "last_success_at": 123, "last_error": "<string>" } ] }
All of the org’s datasources — both kinds, both environments.
API key (sk_live_…) or a scoped capability token. The same header carries both — the server discriminates by token shape.
sk_live_…
List envelope.
list
Show child attributes