Skip to main content
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The unique ID for this job.

Query Parameters

context
string

The app to which a job belongs, formatted as app:APP_NAME.

Response

200 - */*

OK

type
string
required
id
string
url
string
blobId
string