List operator recipes
GET
/ai/gateway/recipesContract
Parameter | Value |
|---|---|
| Section | ai-gateway |
| Authentication | AIKeyAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
2 parameters
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| category | query | no | string | Filter by recipe category |
| search | query | no | string | Case-insensitive search string |
Responses
3 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | object |
401 | API key is missing or invalid | object |
403 | Required docs:read scope is missing | object |
{ "cursor": { "count": 0, "currentPage": 0, "totalPages": 0, "totalRows": 0 }, "data": {} }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }