Skip to main content
GET
/
v1
/
datasources
List datasources
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key (sk_live_…) or a scoped capability token. The same header carries both — the server discriminates by token shape.

Response

List envelope.

object
enum<string>
required
Available options:
list
data
object[]
required