Skip to contents

Fetch workflows with optional search and filters.

Usage

api_list_workflows(
  search = NULL,
  survey_type = NULL,
  recipe_id = NULL,
  user = NULL,
  limit = 50,
  offset = 0
)

Arguments

Text search

survey_type

Filter by survey type

recipe_id

Filter workflows that reference this recipe

user

Filter by author email

limit

Maximum results

offset

Skip first N results

Value

List of RecipeWorkflow objects

See also

Examples

if (FALSE) { # \dontrun{
api_list_workflows(survey_type = "ech")
} # }