Skip to main content
GET
/
partner
/
scans
/
baseline
Secure Baseline scans for instance
curl --request GET \
  --url https://api.example.com/partner/scans/baseline
{
  "header": {
    "average_secure_baseline_grade": 123,
    "average_secure_baseline_grade_alpha": "<string>"
  },
  "secure_baseline_scans": [
    {
      "scan_id": "<string>",
      "scan_name": "<string>",
      "scan_type": "<string>",
      "failed_tests": 123,
      "score": 123,
      "scan_started": "<string>",
      "scan_finished": "<string>",
      "grade": 123,
      "grade_alpha": "<string>",
      "issuing_user": "<string>",
      "target_details": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cyrisma.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

Response

OK

Represents the JSON structure for retrieving completed secure baseline scans.

header
Completed Secure Baseline Scan Header · object

Represents the header information for completed secure baseline scans.

secure_baseline_scans
Completed Secure Baseline Scan · object[] | null

List of completed secure baseline scans.