Skip to main content
GET
/
api
/
v1
/
forensics
/
policy-snapshots
/
{hashHex}
Fetch a policy snapshot by its content hash
curl --request GET \
  --url https://api.devhelm.io/api/v1/forensics/policy-snapshots/{hashHex} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "hashHex": "<string>",
    "policy": {},
    "engineVersion": "<string>",
    "firstSeenAt": "2023-11-07T05:31:56Z",
    "lastSeenAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

hashHex
string
required

Response

OK

data
object
required

Policy snapshot used during this check (all evaluations of a single check are against one policy)