Get the job driver log
import requests
url = "https://{FUSION_HOST}/job-launcher/launcher/driver/log/{id}"
response = requests.get(url)
print(response.text)[
{
"line": "<string>",
"date": "2023-11-07T05:31:56Z"
}
]Get the job driver log
Fetch the driver log for the specified job.
GET
/
job-launcher
/
launcher
/
driver
/
log
/
{id}
Get the job driver log
import requests
url = "https://{FUSION_HOST}/job-launcher/launcher/driver/log/{id}"
response = requests.get(url)
print(response.text)[
{
"line": "<string>",
"date": "2023-11-07T05:31:56Z"
}
]Was this page helpful?
⌘I