Methods
list_runs
list_runs
List Job Runs for provided Job Id. Filter the data based on parameters passed in the query
Parameters
str
required
Job id of the application
typing.Optional[int]
Number of items per page
typing.Optional[int]
Number of items to skip
typing.Optional[str]
Prefix used to search for job runs by name or identifier
typing.Optional[JobRunsSortBy]
🔗 JobRunsSortByAttribute to sort by
typing.Optional[SortDirection]
🔗 SortDirectionSorting order
typing.Optional[typing.Union[str, typing.Sequence[str]]]
Array of subject slugs
typing.Optional[typing.Union[JobRunStatus, typing.Sequence[JobRunStatus]]]
🔗 JobRunStatusStatus of the job run
typing.Optional[typing.Union[float, typing.Sequence[float]]]
Version number of the deployment
Returns
SyncPager[JobRun, ListJobRunResponse]
🔗 ListJobRunResponseReturns all runs of a Job sorted by creation date in “data” key and total count in “totalCount” key
Usage
get_run
get_run
delete_run
delete_run
trigger
trigger
Trigger Job for provided deploymentId or applicationId
Parameters
typing.Optional[str]
Deployment Id of the job
typing.Optional[str]
Application Id of the job
typing.Optional[TriggerJobRequestInput]
🔗 TriggerJobRequestInputJob trigger input
typing.Optional[Metadata]
🔗 MetadataMetadata for the job run including job_alias_name
Returns
TriggerJobRunResponse
🔗 TriggerJobRunResponseReturns object with message, JobRun Name And Job Details on successful creation of Job