Skip to content

Get Gallery Recipe

GET
/api/templates/gallery/{slug}
curl --request GET \
--url http://localhost:8000/api/templates/gallery/example

Full recipe detail — metadata + the complete workbook definition.

slug
required
Slug
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}