Skip to main content
GET
/
api
/
v1
/
prompt-blocks
List Prompt Blocks
curl --request GET \
  --url https://api.example.com/api/v1/prompt-blocks

Response

{
  "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
    }
  ]
}