list_guardrails
List guardrails in your organization to retrieve IDs and slugs, with optional workspace or organization filters for targeted management.
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 |