> ## 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.

# Guardrails For Agent

> Guardrails registered against a specific agent

Convenience endpoint that returns the same shape as [`GET /guardrails?agent_id=...`](/api-reference/guardrails-list).

### Path Parameters

<ParamField path="agent_id" type="string" required>The agent identifier.</ParamField>

### Response

Array of `GuardrailRegistration` objects — see [List Guardrails](/api-reference/guardrails-list) for field documentation.
