Databricks SDK for JavaScript
    Preparing search index...

    Retrieves information about a single job.

    interface GetJobRequest {
        includeTriggerState?: boolean;
        jobId?: bigint;
        pageToken?: string;
    }
    Index

    Properties

    includeTriggerState?: boolean

    Flag that indicates that trigger state should be included in the response.

    jobId?: bigint

    The canonical identifier of the job to retrieve information about. This field is required.

    pageToken?: string

    Use next_page_token returned from the previous GetJob response to request the next page of the job's array properties.