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_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

exclude_code"true"OptionalDefaults to true

When true the response does not contain the code attribute.

adapter_names_allstringOptional
List of adapters names. Resulting recipes should use all of given adapters.
activestringOptional

Indicates if the flow is running. Running when true and stopped when false.

since_idintegerOptional
Find recipes with ID less than given ID.
folder_idintegerOptional
Return the recipes in the specified folder.
stop_causeenumOptional
Return recipes with stop cause.
stopped_afterstringOptional
Date and time in ISO 8601 format.
runningenumOptional

If true, returns running recipes.

Allowed values:
orderstringOptional

Set ordering method or default if blank. Possible options: activity.

updated_afterstringOptional
Date and time in ISO 8601 format.
pageintegerOptional
Page number of the recipes to fetch. Defaults to 1.
per_pageintegerOptional
Specifies the number of recipes to include per page. Defaults to 100. The maximum value is 100.
adapter_names_anystringOptional
List of adapters names. Resulting recipes should use at least one of given adapters.

Response

OK
itemslist of objects

Errors