RecipeOps - List recipes action

This action retrieves a list of recipes and includes info such as recipe ID, name, job count, and lifetime task count.


Limitations

  • Results are limited to 1,000 recipes
  • Lifetime task count data is available from March 19, 2021 onward

Input

FieldDescription
Recipe statusFilter recipes by their status:
  • All
  • Active
  • Inactive
  • Stopped due to error
Recipe IDsThe ID(s) of specific recipes to retrieve. To include multiple recipes, provide their IDs as a comma-separated list. For example: 362905, 362906

Recipe IDs can be found in the URL of your browser. Navigate to the recipe's page and look for a number after https://app.workato.com/recipes/.

For example: If the URL is https://app.workato.com/recipes/362905-timekeeper, then the recipe ID is 362905.

Output

FieldDescription
Recipe IDThe ID of the recipe.
User IDThe workspace ID where this recipe is located.
Folder IDThe ID of the folder containing the recipe.
NameThe name of the recipe.
ActiveIf true, the recipe is currently active.
Parent IDIf the recipe was cloned, this will contain the ID of the recipe it was originally cloned from.
Successful job countThe total number of successful jobs the recipe has had.
Failed job countThe total number of failed jobs the recipe has had.
Lifetime task countThe total number of tasks the recipe has used over the course of its lifetime.
Version noThe current version of the recipe.
Major version no
Stopped due to errorIf true, the recipe was last stopped due to an error.
Stop reasonIf the recipe was stopped, this will be the reason for the stoppage.
Last run atThe time the recipe last ran.
Created atThe time the recipe was created.
Updated atThe time the recipe was last updated.
List sizeThe total number of recipes in the result set.
List indexThe index (current position) of the recipe in the list of results.

Resources

Last updated: