Ask a question to get started
Enter to send•Shift+Enter new line
Read an example from the LangSmith API.
read_example( self, example_id: ID_TYPE, *, as_of: Optional[datetime.datetime] = None ) -> ls_schemas.Example
example_id
Union[UUID, str]
The ID of the example to read.
as_of
Optional[datetime.datetime]
None
The dataset version tag OR timestamp to retrieve the example as of. Response examples will only be those that were present at the time of the tagged (or timestamped) version.