List Sources
Retrieve all document sources in your workspace. Each source includes its schema binding, document count, and configuration settings.
GET
/v1/sourcesExample
curl https://api.talonic.com/v1/sources \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"Response
{
"data": [
{
"id": "src_def456",
"name": "Invoice Pipeline",
"schema_id": "sch_abc123",
"document_count": 142,
"created_at": "2026-04-01T09:00:00Z"
}
]
}