1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getJobs
Viewing docs for Databricks v0.4.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v0.4.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    The following resources are used in the same context:

    • databricks.Job to manage Databricks Jobs to run non-interactive code in a databricks_cluster.

    Using getJobs

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getJobs(args: GetJobsArgs, opts?: InvokeOptions): Promise<GetJobsResult>
    function getJobsOutput(args: GetJobsOutputArgs, opts?: InvokeOptions): Output<GetJobsResult>
    def get_jobs(ids: Optional[Mapping[str, Any]] = None,
                 opts: Optional[InvokeOptions] = None) -> GetJobsResult
    def get_jobs_output(ids: Optional[pulumi.Input[Mapping[str, Any]]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetJobsResult]
    func GetJobs(ctx *Context, args *GetJobsArgs, opts ...InvokeOption) (*GetJobsResult, error)
    func GetJobsOutput(ctx *Context, args *GetJobsOutputArgs, opts ...InvokeOption) GetJobsResultOutput

    > Note: This function is named GetJobs in the Go SDK.

    public static class GetJobs 
    {
        public static Task<GetJobsResult> InvokeAsync(GetJobsArgs args, InvokeOptions? opts = null)
        public static Output<GetJobsResult> Invoke(GetJobsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetJobsResult> getJobs(GetJobsArgs args, InvokeOptions options)
    public static Output<GetJobsResult> getJobs(GetJobsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getJobs:getJobs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Ids Dictionary<string, object>
    map of databricks.Job names to ids
    Ids map[string]interface{}
    map of databricks.Job names to ids
    ids Map<String,Object>
    map of databricks.Job names to ids
    ids {[key: string]: any}
    map of databricks.Job names to ids
    ids Mapping[str, Any]
    map of databricks.Job names to ids
    ids Map<Any>
    map of databricks.Job names to ids

    getJobs Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Ids Dictionary<string, object>
    map of databricks.Job names to ids
    Id string
    The provider-assigned unique ID for this managed resource.
    Ids map[string]interface{}
    map of databricks.Job names to ids
    id String
    The provider-assigned unique ID for this managed resource.
    ids Map<String,Object>
    map of databricks.Job names to ids
    id string
    The provider-assigned unique ID for this managed resource.
    ids {[key: string]: any}
    map of databricks.Job names to ids
    id str
    The provider-assigned unique ID for this managed resource.
    ids Mapping[str, Any]
    map of databricks.Job names to ids
    id String
    The provider-assigned unique ID for this managed resource.
    ids Map<Any>
    map of databricks.Job names to ids

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v0.4.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.