Skip to main content

Get job detail

GET 

/job/:id

Retrieve details of a specific job by its ID.

Request

Path Parameters

    id stringrequired

Responses

The job details.

Schema

    id string

    Unique identifier of the job.

    status string

    Current status of the job.

    created string

    Creation timestamp.

    operation

    object

    The operation data.

    property name* any

    The operation data.

    result

    The result data if completed.

    error string

    Error message if failed.

    hostname string

    Worker hostname that processed the job.

    updated_at string

    Last update timestamp.

Loading...