Skip to main content
GET
/
v1
/
admin
/
sources
List sources
curl --request GET \
  --url https://api.withsplendor.com/v1/admin/sources \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "sources": [
    {
      "bucket": "acme-logs",
      "connector_id": null,
      "created_at": "2026-01-15T09:30:00Z",
      "dataset_id": "app-logs",
      "enabled": true,
      "external_id_configured": false,
      "format": "jsonl",
      "iam_role_arn": "arn:aws:iam::123456789012:role/acme-splendor",
      "ingest_token_configured": true,
      "ingest_token_created_at": "2026-01-15T09:30:00Z",
      "ingest_token_last_used_at": "2026-01-15T09:30:00Z",
      "ingest_token_revoked_at": null,
      "intake_role_arn": null,
      "name": "Application logs",
      "parse_config": {},
      "prefix": "",
      "retention_days": null,
      "search_config": {
        "text_fields": []
      },
      "semantic_config": {
        "document_embeddings": {
          "fields": []
        },
        "vocabulary": {
          "fields": []
        }
      },
      "source_id": 12,
      "source_key": "app-logs",
      "source_type": "hosted",
      "tenant_id": "acme",
      "transform_config": {},
      "updated_at": "2026-01-15T09:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Query Parameters

dataset_id
string | null
Minimum string length: 1

Response

Successful Response

sources
SourceItem · object[]
required