Get a list of jobs satisfying the supplied criteria
get_jobs(
conn,
user_name = NULL,
status = NULL,
project = NULL,
pipeline = NULL,
state = NULL,
context = NULL,
limit = 20
)
connection object, see platform_connect
The user who created the job
Current status of jobs
Filter by project - use "all" for searching in all projects. Default: conn$project
Filter by pipeline name
Filter by state, each state encapsulates several statuses (running, finished)
Filter by context string
Maximum number of results. Default 20
data.frame of jobs