langsmith.client.Client.get_run_url#

Client.get_run_url(*, run: RunBase, project_name: str | None = None, project_id: UUID | str | None = None) str[source]#

Get the URL for a run.

Not recommended for use within your agent runtime. More for use interacting with runs after the fact for data analysis or ETL workloads.

Parameters:
  • run (Run) – The run.

  • project_name (str or None, default=None) – The name of the project.

  • project_id (UUID or None, default=None) – The ID of the project.

  • Returns

  • -------

  • str – The URL for the run.

Return type:

str