Ask a question to get started
Enter to send•Shift+Enter new line
Get shared runs.
read_shared_run( self, share_token: Union[ID_TYPE, str], run_id: Optional[ID_TYPE] = None ) -> ls_schemas.Run
share_token
Union[UUID, str]
The share token or URL of the shared run.
run_id
Optional[Union[UUID, str]]
None
The ID of the specific run to retrieve. If not provided, the full shared run will be returned.