get_jobs {connectapi}R Documentation

Get Jobs

Description

[Experimental] Retrieve details about jobs associated with a content_item. "Jobs" in Posit Connect are content executions

Usage

get_jobs(content)

get_job(content, key)

Arguments

content

A Content object, as returned by content_item()

key

The key for a job

See Also

Other content functions: acl_add_user(), content_delete(), content_item(), content_title(), content_update(), create_random_name(), dashboard_url_chr(), dashboard_url(), delete_vanity_url(), deploy_repo(), get_acl_user(), get_bundles(), get_environment(), get_image(), get_vanity_url(), git, permissions, set_image_path(), set_run_as(), set_vanity_url(), swap_vanity_url(), verify_content_name()


[Package connectapi version 0.1.3.1 Index]