Python
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" } ]
Fetch the driver log for the specified job.
Documentation IndexFetch the complete documentation index at: https://doc.lucidworks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
The name of the job.
OK
Was this page helpful?