Skip to content

Start Compliance Scan

POST
/compliance/scans

Run discovery-backed evaluation across the tenant’s resources and recompute the requirement matrix. Returns 202 with the accepted job; poll GET /compliance/scans/{id}, the crawl reads live AWS and never holds the request (ADR-0012 amendment, ADR-0016).

st_session
Any of:
string
ScanRequest
object
tenant_id
required
Tenant Id
string format: uuid

Successful Response

ScanJobRecord
object
actor
required
Actor
string
created_at
required
Created At
string format: date-time
error
required
Any of:
string
finished_at
required
Any of:
string format: date-time
id
required
Id
string format: uuid
kind
required
Kind
string
progress
required
Progress
object
key
additional properties
any
result
required
Result
object
key
additional properties
any
started_at
required
Any of:
string format: date-time
status
required
Status
string
tenant_id
required
Tenant Id
string format: uuid
trigger
required
Trigger
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string