Skip to main content

Get status of job

GET 

/bundle/job/:job_id

Returns the status of a job with the specified ID

Request

Path Parameters

    job_id stringrequired

    ID of the job to get status for

Responses

Job status

Schema

    action stringrequired
    id stringrequired
    path stringrequired

    properties

    object

    required

    oneOf

    type stringrequired

    Possible values: [discovery]

    status

    object

    required

    oneOf

    string

Loading...