---
title: "List Organization Guardrails"
method: GET
path: "/v1/organizations/me/guardrails"
tags: ["organization-guardrails"]
---

# List Organization Guardrails

`GET /v1/organizations/me/guardrails`

List the guardrails the caller's organization mandates.

Organization owners and admins only, unlike the pricing overrides next door
that any member may read: these rows name the endpoints this gateway
connects to and say which of them carry a credential. A credential is never
returned, only whether one is set.

## Query parameters

- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## Response `200`

Successful Response

- OrganizationGuardrailsPublic
  - `count` integer, required
  - `data` OrganizationGuardrailPublic[], required
    - `applies_to_all_workspaces` boolean, required
    - `created_at` string, required
    - `enabled` boolean, required
    - `has_credential` boolean, required
    - `id` string, uuid, required
    - `mode` string, required
    - `on_unavailable` string, required
    - `organization_id` string, uuid, required
    - `profile` string, required
    - `updated_at` string, required
    - `url` string, nullable, required
    - `validate_kwargs` object, nullable, required
    - `workspace_ids` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-24** `cf308338ce74` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/organizations/me/guardrails/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc.dev/mozilla-ai/apis/otari/revisions/80c117c36f36?raw)
