Skip to main content
GET
/
jobs
/
{resource}
/
history
Error
A valid request URL is required to generate request examples
[
  {
    "resource": {
      "type": "APPKIT_APP",
      "id": "<string>",
      "canonicalName": "<string>",
      "uri": "<string>"
    },
    "runId": "<string>",
    "startTime": "2023-11-07T05:31:56Z",
    "endTime": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "error": {
      "message": "<string>",
      "detail": "<string>"
    },
    "extra": {},
    "startedBy": "<string>"
  }
]

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

resource
string
required

The job ID

Query Parameters

limit
integer<int32>
default:100

Return first N history items

Response

200 - */*

successful operation

resource
object
runId
string
read-only
startTime
string<date-time>
read-only
endTime
string<date-time>
read-only
status
string
read-only
error
object
extra
object
read-only
startedBy
string
read-only