< Back

Get-DatabricksJobRunList

Sat Jan 11, 2020 9:56 am

NAME Get-DatabricksJobRunList



SYNOPSIS

Returns a list of runs for a given job





SYNTAX

Get-DatabricksJobRunList [[-BearerToken] <String>] [[-Region] <String>] [-JobId] <String> [[-Limit] <Int32>]

[<CommonParameters>]





DESCRIPTION

Returns a list of runs for a given job





PARAMETERS

-BearerToken <String>

Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Region <String>

Azure Region - must match the URL of your Databricks workspace, example northeurope



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-JobId <String>

Required.



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Limit <Int32>

Int - max number of job runs to return



Required? false

Position? 4

Default value 10

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: Simon D'Morias / Data Thirst Ltd



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-DatabricksJobRunList -BearerToken $BearerToken -Region $Region -JobId 10



Returns all clusters











RELATED LINKS