Skip to main content
GET
Read an Application's claim drift

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-31

Path Parameters

id
string
required
Pattern: ^abapp_[0-9a-f]{32}$

Response

Bounded model-safe drift comparison of one Application's latest reviewed plan against the current claim state.

Bounded model-safe drift comparison of one Application's latest reviewed plan against the current claim state.

application_id
string
required
Pattern: ^abapp_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
plan
object
required
consistent_count
integer
required
Required range: x >= 0
drifted_count
integer
required
Required range: x >= 0
entries
object[]
required
Required array length: 1 - 1024 elements

One managed identity's secret-free drift comparison: the recorded precondition versus the current claim state.

checked_at
string
required

A canonical UTC ISO-8601 timestamp with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$