Read a project from the LangSmith API.
read_project(
self,
*,
project_id: Optional[str] = None,
project_name: Optional[str] = None,
include_stats: bool = False
) -> ls_schemas.TracerSessionResult| Name | Type | Description |
|---|---|---|
project_id | Optional[str] | Default: NoneThe ID of the project to read. |
project_name | Optional[str] | Default: NoneThe name of the project to read. Only one of project_id or project_name may be given. |
include_stats | bool, default=False | Default: FalseWhether to include a project's aggregate statistics in the response. |