Skip to contents

Retrieves a list of server jobs from the Tableau server using the provided authentication credentials.

Usage

get_server_jobs(
  tableau,
  api_version = 3.4,
  page_number = 1,
  page_size = 100,
  include_metadata = FALSE
)

Arguments

tableau

A list containing the Tableau authentication variables: base_url, token, user_id, and site_id.

api_version

The API version to use (default: "3.4").

page_number

The page number of the results to retrieve (default: 1).

page_size

The number of jobs to retrieve per page (default: 100).

include_metadata

Logical indicating whether to include metadata columns in the result (default: FALSE).

Value

A data frame containing the server jobs information.