Ask a question to get started
Enter to send•Shift+Enter new line
read_example( self, example_id: ID_TYPE, *, as_of: Optional[datetime.datetime]
example_id
Union[UUID, str]
The ID of the example to read.
as_of
Optional[datetime.datetime]
None
Read an example from the LangSmith API.
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.