List recipes belonging to a user
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Comma-separated adapter names. Only recipes using all specified adapters are returned.
Comma-separated adapter names. Only recipes using at least one of the specified adapters are returned.
Ordering method. Valid values: activity
or default
.
Page number to retrieve. Defaults to 1
.
Number of recipes per page. Defaults to 100
. Max is 100
.
If true
, only running recipes are returned.
Return recipes with IDs lower than this value. For example, if since_id=15500
, returns recipes with IDs lower than 15500.
Exclude recipes stopped after this date/time. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ
.
Filter by stop cause reason. Possible values: trigger_errors_limit
, action_quota_limit
, trial_expired
, txn_quota_limit
.
Only include recipes updated after this date/time. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ
.
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.
Additional fields to include in the response (e.g., tags
to include recipe tags).