/api/2.1/jobs/runs/get
Get user who ran a job
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 03:53 AM
From the databricks API/ CLI is it possible to get the user who triggered a job run programatically?
The information can be found in the job "event log" and can be queried in the "audit log" but neither of these seem to have a API option. Is there a way from the API to get the person who triggered a job run?
Labels:
- Labels:
-
Workflows
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 05:21 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 06:21 AM
with the databricks cli you can get all infos about a job run with this command:
databricks jobs get-run <run-id>
replace <run-id> with your actual run-id

