List recipes belonging to a user

Retrieve detailed information about all recipes belonging to the authenticated user. Recipes are returned in descending ID order.

Headers

AuthorizationstringRequired

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

Query parameters

adapter_names_allstringOptional

Comma-separated adapter names. Only recipes using all specified adapters are returned.

adapter_names_anystringOptional

Comma-separated adapter names. Only recipes using at least one of the specified adapters are returned.

folder_idstringOptional
Return recipes in the specified folder.
orderstringOptional

Ordering method. Valid values: activity or default.

pageintegerOptional

Page number to retrieve. Defaults to 1.

per_pageintegerOptional

Number of recipes per page. Defaults to 100. Max is 100.

runningbooleanOptional

If true, only running recipes are returned.

since_idintegerOptional

Return recipes with IDs lower than this value. For example, if since_id=15500, returns recipes with IDs lower than 15500.

stopped_afterstringOptional

Exclude recipes stopped after this date/time. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ.

stop_causestringOptional

Filter by stop cause reason. Possible values: trigger_errors_limit, action_quota_limit, trial_expired, txn_quota_limit.

updated_afterstringOptional

Only include recipes updated after this date/time. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ.

exclude_codebooleanOptional

Indicates whether to exclude the recipes’ code from the response. This can help avoid timeouts or 500 errors when recipes have complex or lengthy code.

includes[]stringOptional

Additional fields to include in the response (e.g., tags to include recipe tags).

Response

OK
itemslist of objects or null

Errors