langsmith.async_client.AsyncClient.read_run_shared_link#
- async AsyncClient.read_run_shared_link(run_id: UUID | str) → str | None[source]#
Retrieve the shared link for a specific run asynchronously.
- Parameters:
run_id (ID_TYPE) – The ID of the run.
- Returns:
The shared link for the run, or None if the link is not available.
- Return type:
Optional[str]
- Raises:
httpx.HTTPStatusError – If the API request fails.