Skip to main content
GET
List recipes
Returns your recipes, with their rules, weights, thresholds and declared attributes and parameters. Pagination works as it does elsewhere: pass next_cursor back as cursor.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:50

Maximum number of recipes to return per page. A larger value is clamped to 200 rather than refused.

Required range: 1 <= x <= 200
cursor
string

Pagination cursor from the previous response.

Response

OK

recipes
object[]
required
next_cursor
string

Pass this back as cursor for the next page. Absent on the last page.

Example:

"rcp_01jc0t6fwwfgfsq1md24mhyztj"