Get recipe by ID
GET
/ai/gateway/recipes/{id}Contract
Parameter | Value |
|---|---|
| Section | ai-gateway |
| Authentication | AIKeyAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | string | Recipe ID |
Responses
5 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | object |
400 | Recipe ID is required | object |
401 | API key is missing or invalid | object |
403 | Required docs:read scope is missing | object |
404 | Recipe not found | object |
{ "cursor": { "count": 0, "currentPage": 0, "totalPages": 0, "totalRows": 0 }, "data": {} }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }