Get a task job
import requests
url = "https://{FUSION_HOST}/job-config/tasks/{id}"
response = requests.get(url)
print(response.text){
"type": "blob-download",
"id": "refresh-autocomplete-blob",
"url": "https://doc.lucidworks.com/autocomplete/5.8/autocomplete_documentation.json",
"blobId": "autocomplete/autocomplete_documentation.json",
"updates": [
{
"userId": "config-sync_service_account",
"timestamp": "2023-10-05T21:51:36.916Z"
},
{
"userId": "config-sync_service_account",
"timestamp": "2023-10-05T21:51:36.918Z"
}
]
}Get a task job
Fetch the configuration details for the specified task job.
GET
/
job-config
/
tasks
/
{id}
Get a task job
import requests
url = "https://{FUSION_HOST}/job-config/tasks/{id}"
response = requests.get(url)
print(response.text){
"type": "blob-download",
"id": "refresh-autocomplete-blob",
"url": "https://doc.lucidworks.com/autocomplete/5.8/autocomplete_documentation.json",
"blobId": "autocomplete/autocomplete_documentation.json",
"updates": [
{
"userId": "config-sync_service_account",
"timestamp": "2023-10-05T21:51:36.916Z"
},
{
"userId": "config-sync_service_account",
"timestamp": "2023-10-05T21:51:36.918Z"
}
]
}Was this page helpful?
⌘I