Retrieve a JSON object of a single model within the specified team by modelId.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The resourceSlug is a URL parameter of the teamId associated with the user. Mongodb Object id, unique identifier, length of 24 characters fitting the following regex; [a-f0-9]{24}
The ID of the datasource to retrieve.
JSON object containing the retrieved datasource and all models associated with the resourceSlug teamId.
JSON object of the datasource retrieved by the operation
An array object of all models the user has access to, this is used to identify the embedding model of the datasource and to have a list of all available embedding models to allow for easy modification of the selected embedding model.