list_guardrails
List guardrails in your organization with details like ID, slug, status, and ownership. Use optional workspace or org filters to narrow results.
Instructions
List guardrails in the org with id, slug, status, ownership, and optional workspace/org filters. Use this to find IDs and slugs before get_guardrail, update_guardrail, or delete_guardrail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | Filter guardrails by workspace ID | |
| organisation_id | No | Filter guardrails by organization ID | |
| page_size | No | Number of items per page (1-1000, default: 100) | |
| current_page | No | Page number for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |