Skip to main content
GET
/
api
/
v1
/
prompt-blocks
/
{name}
Get Prompt Block
curl --request GET \
  --url https://api.example.com/api/v1/prompt-blocks/{name}

Path Parameters

ParameterTypeDescription
namestringPrompt block name

Response

Static blocks include body. Dynamic blocks return metadata only; their body is produced by local AgentFlow code at runtime.