v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
Policies

Get Attestation Policy by ID

get/policies/attestation/{policy_id}

Path parameters

policy_idstring required

Response

Attestation policy retrieved

idstring uuid
platform'kubernetes' | 'aws' | 'azure' | 'docker'
selectorobject

Platform-specific selector criteria

effect'allow' | 'deny'
created_atstring date-time
updated_atstring date-time

Example response

{
  "platform": "kubernetes",
  "selector": {
    "namespace": "production",
    "service_account": "ai-agents"
  },
  "effect": "allow"
}