List recipes in a customer workspace
Returns a list of recipes belonging to an authenticated user. Recipes are returned in descending ID order. Lifetime task count has task data starting from March 19, 2021.
Recipes can be filtered by state (running/stopped) and subsequently filtered by stopped date and reason.
Path parameters
managed_user_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
exclude_code
When true
the response does not contain the code
attribute.
adapter_names_all
List of adapters names. Resulting recipes should use all of given adapters.
active
Indicates if the flow is running. Running when true
and stopped when false
.
since_id
Find recipes with ID less than given ID.
folder_id
Return the recipes in the specified folder.
stop_cause
Return recipes with stop cause.
stopped_after
Date and time in ISO 8601 format.
running
If true
, returns running recipes.
Allowed values:
order
Set ordering method or default if blank. Possible options: activity.
updated_after
Date and time in ISO 8601 format.
page
Page number of the recipes to fetch. Defaults to 1.
per_page
Specifies the number of recipes to include per page. Defaults to 100. The maximum value is 100.
adapter_names_any
List of adapters names. Resulting recipes should use at least one of given adapters.
Response
OK
items