Get the evaluation status for a scan
Compliance & Evaluation
Get the evaluation status for a scan
Check if a policy evaluation has been triggered for this scan, and if so, what its current status is. Used by the CLI to poll for completion before checking compliance results.
GET
Get the evaluation status for a scan
Authorizations
JWT access token.
Response
200 - application/json
Evaluation status for the scan
Whether an evaluation exists for this scan
Example:
true
Current status of the evaluation
Available options:
PENDING, IN_PROGRESS, COMPLETED, FAILED, NOT_STARTED Example:
"COMPLETED"
Progress percentage (0-100)
Example:
75
Status message or error details
Example:
"Evaluating 3 policies..."
Evaluation ID (if exists)
Example:
"550e8400-e29b-41d4-a716-446655440000"
When the evaluation started
Example:
"2024-01-15T10:30:00Z"
When the evaluation completed (if done)
Example:
"2024-01-15T10:31:00Z"