sources
List Sources
List all data sources created by a user.
GET
/
v1
/
sources
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
user_id
string | null
Response
200 - application/json
description
string | null
The description of the source.
embedding_config
object
requiredThe embedding configuration used by the source.
metadata_
object | null
Metadata associated with the source.
id
string
The human-friendly ID of the Source
name
string
requiredThe name of the source.
created_at
string
The creation date of the source.
user_id
string
requiredThe ID of the user that created the source.