Skip to contents

Retrieves a list of extract refresh tasks from the Tableau Server using the provided authentication credentials.

Usage

get_server_refresh_tasks(tableau, api_version = 3.4, page_size = 100)

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_size

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

Value

A data frame containing the extract refresh tasks information.