v1

latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KB
Job

List all jobs

Returns job history for all jobs or filtered by crawl ID, regardless of job state.

get/job/

Query parameters

crawlIdstring

Optional crawl ID to filter jobs by.

Response

A JSON array of job information objects.

idstring

The unique job identifier.

type'INJECT' | 'GENERATE' | 'FETCH' | 'PARSE' | 'UPDATEDB' | 'INDEX' | 'READDB' | 'CLASS' | 'INVERTLINKS' | 'DEDUP' required

The type of Nutch crawl job.

confIdstring

The configuration ID used for this job.

argsobject

Arguments passed to the job.

resultobject

Result data returned after job completion.

state'IDLE' | 'RUNNING' | 'FINISHED' | 'FAILED' | 'KILLED' | 'STOPPING' | 'KILLING' | 'ANY' required

The current state of a job.

msgstring

A human-readable status or error message.

crawlIdstring

The crawl identifier associated with this job.