Skip to main content

Fetch Job System State

GET 

/v1/project/jobs/status/:index_id

Gets the state of the job system for a particular atlas index.

Request

Path Parameters

    index_id Index Idrequired

Responses

Successful Response

Schema

    index_id Index Id (string)required

    The atlas index id

    status Status (string)required

    The status of the index job : initiated, completed, failed

    jobs

    object[]

    required

    The progress of the index job

  • Array [

  • job_type Job Type (string)required

    The type of job

    state State (string)required

    The job type state

    creation_time date-timerequired

    The job creation time

    ready_time

    object

    The time the job became eligible to run

    anyOf

    string

    start_time

    object

    required

    The job start time

    anyOf

    string

    end_time

    object

    The job end time

    anyOf

    string

    worker_id

    object

    The UUID of the worker that last attempted the job

    anyOf

    string

    attempt

    object

    of attempts made to run the job (0 if it has not been assigned)

    anyOf

    integer

    priority

    object

    Job priority (higher runs first)

    anyOf

    integer

  • ]

Loading...