v1

latestOpenAPI 3.1.2Apache-2.02026-07-17241638.7 KB
Job

Get job info

Returns detailed information for a specific job.

get/job/{id}

Path parameters

idstring required

The unique identifier for the job.

Query parameters

crawlIdstring

The crawl ID associated with the job.

Response

Job details.

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.