Prompt Blocks
List Prompt Blocks
List registered static prompt blocks and local dynamic prompt blocks
GET
List Prompt Blocks
Response
List Prompt Blocks
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
List registered static prompt blocks and local dynamic prompt blocks
curl --request GET \
--url https://api.example.com/api/v1/prompt-blocks{
"blocks": [
{
"name": "crm_context",
"description": "Relevant CRM context for this conversation.",
"message": "system",
"type": "dynamic",
"mode": "cached",
"scope": "conversation",
"tags": ["crm", "context"],
"order": 40,
"ttl": 1800,
"agents": ["MainAgent"],
"enabled": true
}
]
}
Was this page helpful?
curl --request GET \
--url https://api.example.com/api/v1/prompt-blocks