Skip to main content
GET
List sources
Lists every source connected to your organization: prebuilt connectors (SharePoint, Teams, and the rest) and any custom sources you created. Use it to find the sourceId you ingest into, or to check whether a source is active or paused.

Authorizations

Authorization
string
header
required

Bearer token from app.seynlabs.com → Settings → API Keys. Send as Authorization: Bearer sk_live_....

Query Parameters

type
string

Filter by connector type (for example custom_api, sharepoint, teams).

status
enum<string>

Filter by source status.

Available options:
active,
paused
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

List of sources.

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required