list_guardrails
List guardrails in your organization, showing ID, slug, status, and ownership. Filter by workspace or organization to locate specific guardrail IDs before updating or deleting them.
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 |
|---|---|---|---|
| page_size | No | Number of items per page (1-100, default: 100) | |
| current_page | No | Zero-based page number; the first page is 0 | |
| workspace_id | No | Filter guardrails by workspace ID | |
| organisation_id | No | Filter guardrails by organization ID |
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 |