---
title: "Get Attestation Policy by ID"
method: GET
path: "/policies/attestation/{policy_id}"
tags: ["Policies"]
---

# Get Attestation Policy by ID

`GET /policies/attestation/{policy_id}`

## Path parameters

- `policy_id` string, required

## Response `200`

Attestation policy retrieved

- AttestationPolicy
  - `id` string, uuid
  - `platform` 'kubernetes' | 'aws' | 'azure' | 'docker'
  - `selector` object — Platform-specific selector criteria
  - `effect` 'allow' | 'deny'
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not Found - Requested resource does not exist
- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/deeptrail/apis/deepsecure-api-dual-service-architecture.md) · [All operations](https://skmtc.net/deeptrail/apis/deepsecure-api-dual-service-architecture/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrail/deepsecure-api-dual-service-architecture/revisions/78627360c082/schema)
