---
title: "Get Guardrail Submission"
method: GET
path: "/guardrails/submissions/{guardrail_id}"
tags: ["Guardrails"]
---

# Get Guardrail Submission

`GET /guardrails/submissions/{guardrail_id}`

Get a single guardrail submission by id. Non-admins may only access submissions for teams they belong to.

## Path parameters

- `guardrail_id` string, required

## Response `200`

Successful Response

- GuardrailSubmissionItem
  - `guardrail_id` string, required
  - `guardrail_name` string, required
  - `status` string, required
  - `team_id` string, nullable
  - `team_guardrail` boolean
  - `litellm_params` object, nullable
  - `guardrail_info` object, nullable
  - `submitted_by_user_id` string, nullable
  - `submitted_by_email` string, nullable
  - `submitted_at` string, date-time, nullable
  - `reviewed_at` string, date-time, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-21** `6246f8d427b7` — 2 info
  - api tag `Guardrails` added
  - api tag `guardrails` removed
- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `guardrails` added
  - api tag `Guardrails` removed
- **2026-09-18** `082b5fabd909` — 4 info
  - api tag `Guardrails` added
  - api tag `guardrails` removed
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-17** `e2f308355e2d` — 2 info
  - api tag `guardrails` added
  - api tag `Guardrails` removed
- **2026-09-01** `89805a9f84ad` — 2 info
  - api tag `Guardrails` added
  - api tag `guardrails` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/guardrails/submissions/:guardrail_id/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/7ed45f30a5f0?raw)
