Skip to main content

Fetch Job Progress

GET 

/v1/dataset/index/job/progress/:index_id

Fetches latest job data by index id.

Request

Path Parameters

    index_id Index Idrequired

Responses

Successful Response

Schema

    result Result (integer)required

    Percentage of progress

    job_start_timestamp

    object

    required

    Job start timestamp

    anyOf

    string

    job_end_timestamp

    object

    required

    Job end timestamp

    anyOf

    string

    index_build_stage Index Build Stage (string)required

    Stage of progress

Loading...