Record an operator review disposition for a Worker drift finding.
POST
/api/admin/platform/control-plane/drift-findings/{findingId}/review
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/platform/control-plane/drift-findings/example/review \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'Idempotency-Key: example' \ --data '{ "disposition": "reviewed" }'Marks an active finding as reviewed or dismissed and writes Management and Control audit evidence. The operation does not mutate Cloudflare Worker inventory or desired state.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” findingId
required
string
Header Parameters
Section titled “Header Parameters ” Idempotency-Key
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
disposition
required
string
key
additional properties
Responses
Section titled “ Responses ”Review disposition recorded.
Media type application/json
object
finding
required
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
auditId
required
string
key
additional properties
Example
{ "finding": { "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"}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"}