galaxy_list_invocations: List workflow invocations for a given workflow

View source: R/2025-10-27_JF_R_Galaxy_functions.R

galaxy_list_invocationsR Documentation

List workflow invocations for a given workflow

Description

List workflow invocations for a given workflow

Usage

galaxy_list_invocations(workflow_id, galaxy_url = "https://usegalaxy.eu")

Arguments

workflow_id

The Galaxy workflow ID to list invocations for.

galaxy_url

Character. Base URL of the Galaxy instance (for example "https://usegalaxy.eu"). If the environment variable GALAXY_URL is set, it takes precedence.

Value

data.frame with columns: invocation_id, workflow_id, history_id, state, create_time, update_time, stringsAsFactors


GalaxyR documentation built on July 6, 2026, 5:08 p.m.