Get Source
Get all sources
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Representation of a source, which is a collection of files and passages.
Parameters: id (str): The ID of the source name (str): The name of the source. embedding_config (EmbeddingConfig): The embedding configuration used by the source. user_id (str): The ID of the user that created the source. metadata_ (dict): Metadata associated with the source. description (str): The description of the source.
The name of the source.
The embedding configuration used by the source.
The human-friendly ID of the Source
The description of the source.
The ID of the organization that created the source.
Metadata associated with the source.
The id of the user that made this Tool.
The id of the user that made this Tool.
The timestamp when the source was created.
The timestamp when the source was last updated.