> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # ListGuardrailsResponse ## Fields | Field | Type | Required | Description | Example | | -------- | ----------------------------------------------------------------------------- | -------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `result` | [components.ListGuardrailsResponse](../components/listguardrailsresponse.mdx) | :heavy\_check\_mark: | N/A | \{
"data": \[
\{
"allowed\_models": null,
"allowed\_providers": \[
"openai",
"anthropic",
"google"
],
"content\_filter\_builtins": \[
\{
"action": "redact",
"label": "\[EMAIL]",
"slug": "email"
}
],
"content\_filters": null,
"created\_at": "2025-08-24T10:30:00Z",
"description": "Guardrail for production environment",
"enable\_free\_model\_publication": false,
"enable\_free\_model\_training": true,
"enable\_paid\_model\_training": true,
"enforce\_zdr": null,
"enforce\_zdr\_anthropic": true,
"enforce\_zdr\_google": false,
"enforce\_zdr\_openai": true,
"enforce\_zdr\_other": false,
"enforce\_zdr\_xai": false,
"id": "550e8400-e29b-41d4-a716-446655440000",
"ignored\_models": null,
"ignored\_providers": null,
"include\_byok\_in\_budgets": false,
"limit\_usd": 100,
"name": "Production Guardrail",
"reset\_interval": "monthly",
"updated\_at": "2025-08-24T15:45:00Z",
"workspace\_id": "0df9e665-d932-5740-b2c7-b52af166bc11"
}
],
"total\_count": 1
} |