v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422181132.4 KB

Creates and returns a URL that you can use to access the application UIs for a job run.

For jobs in a running state, the application UI is a live user interface such as the Spark or Tez web UI. For completed jobs, the application UI is a persistent application user interface such as the Spark History Server or persistent Tez UI.

The URL is valid for one hour after you generate it. To access the application UI after that hour elapses, you must invoke the API again to generate a new URL.

get/applications/{applicationId}/jobruns/{jobRunId}/dashboard

Path parameters

applicationIdstring required

The ID of the application.

jobRunIdstring required

The ID of the job run.

Query parameters

attemptinteger

An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.

accessSystemProfileLogsboolean

Allows access to system profile logs for Lake Formation-enabled jobs. Default is false.

Response

Success

urlstring

The URL to view job run's dashboard.