# RecipeOps - Get Recipe Details Action
This action retrieves key information about a recipe, such as status, job account, version, lifetime task count, and so on.
# Limitations
Lifetime task count data is available from March 19, 2021 onward.
# Input
Field | Description |
---|---|
Recipe | The recipe to retrieve. |
# Output
Field | Description |
---|---|
Recipe ID | The ID of the recipe. |
User ID | The ID of the user who created the recipe. |
Name | The name of the recipe. |
Active | If true , the recipe is currently active.
|
Parent ID | |
Successful job count | The total number of successful jobs the recipe has had. |
Failed job count | The total number of failed jobs the recipe has had. |
Lifetime task count | The total number of tasks the recipe has used over the course of its lifetime. |
Version no | The current version of the recipe. |
Major version no | |
Stopped due to error | If true , the recipe was last stopped due to an error.
|
Stop reason | If the recipe was stopped, this will be the reason for the stoppage. |
Last run at | The time the recipe last ran. |
Created at | The time the recipe was created. |
Updated at | The time the recipe was last updated. |
Last version | Details about the last version of the recipe. |
# Resources
Last updated: 1/19/2022, 4:17:25 PM