Skip to main content
GET
/
api
/
v1
/
agents
/
{agent_id}
/
guardrails
Guardrails For Agent
curl --request GET \
  --url http://localhost:8000/api/v1/agents/{agent_id}/guardrails

Documentation Index

Fetch the complete documentation index at: https://docs.tracectrl.ai/llms.txt

Use this file to discover all available pages before exploring further.

Convenience endpoint that returns the same shape as GET /guardrails?agent_id=....

Path Parameters

agent_id
string
required
The agent identifier.

Response

Array of GuardrailRegistration objects — see List Guardrails for field documentation.