List active Worker inventory drift findings.
GET
/api/admin/platform/control-plane/drift-findings
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/platform/control-plane/drift-findings \ --header 'Authorization: Bearer <token>'Returns redacted, environment-scoped review candidates for Cloudflare Workers that exist in provider inventory but not in Authrim desired inventory. This endpoint never adopts, deletes, or changes a Worker.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Active Worker inventory drift findings.
Media type application/json
object
items
required
Array<object>
object
findingId
required
string
environmentId
required
string
workerScriptName
required
string
findingKind
required
string
severity
required
string
reviewState
required
string
notificationState
required
string
firstObservedAt
required
integer format: int64
lastObservedAt
required
integer format: int64
resolvedAt
required
null
notifiedAt
required
integer | null format: int64
key
additional properties
count
required
integer
key
additional properties
Example
{ "items": [ { "findingKind": "actual_only", "severity": "warning", "reviewState": "unreviewed", "notificationState": "pending" } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}