Get a recipe
Returns details about a recipe object. Lifetime task count has task data starting from March 19, 2021.
Path parameters
recipe_id
Recipe ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
version_no
Version number.
cloned_recipe_id
Set to true
to include cloned recipe details in the response.
Response
Recipe details
id
Recipe ID.
user_id
User ID.
name
Recipe title.
created_at
Timestamp in ISO 8601 format.
updated_at
Timestamp in ISO 8601 format.
copy_count
Number of times the recipe has been copied.
trigger_application
Application used in the trigger.
action_applications
List of applications used in the recipe actions.
applications
List of applications used in the recipe.
description
Description of the recipe.
parameters_schema
List of parameter schema definitions.
parameters
Parameters Hash.
webhook_url
Webhook URL in case of real time triggers.
folder_id
Folder for the recipe.
running
Running status of the recipe.
job_succeeded_count
Count of successful jobs.
job_failed_count
Count of failed jobs.
lifetime_task_count
Lifetime task count of the recipe starting from March 19, 2021.
last_run_at
Timestamp in ISO 8601 format.
stopped_at
Timestamp in ISO 8601 format.
version_no
Version number of the recipe.
version_comment
Comment associated with this version.
stop_cause
Stop reason.
config
Array of Hash representing the connection lines.
trigger_closure
Trigger closure of the recipe. Contains information about the last poll and are used to make the subsequent polls.
code
JSON string representing the recipe lines.
cloned_recipe_id
ID of the cloned recipe.
cloned_recipe
Hash containing details of the cloned recipe. Contains response structure similar to this recipe.