v1
latestOpenAPI 3.1.02026-07-1255227258.8 KBentities
List Instructions
List all instructions.
get/instructions
Response
Successful Response
Example response
[
{
"name": "Find all pizzas",
"active": true,
"scope": "document",
"prompt": "Find all pizzas described in the text.",
"context_template": "Document: {{document.name}} {{document.metadata.key_foo}}",
"filter": {
"toppings": {
"$in": [
"pizza",
"mushrooms"
]
}
}
}
]