get_assessment_json_schema
Retrieve the JSON schema file from an assessment result to access provider schema details, including resource configurations and options. Requires admin access to the workspace.
Instructions
Retrieve the JSON schema file from an assessment result.
Gets the JSON schema representation of the provider schema used during the assessment, providing information about available resources and their configuration options.
API endpoint: GET /api/v2/assessment-results/{assessment_result_id}/json-schema
Args: assessment_result_id: The ID of the assessment result to retrieve schema for (format: "asmtres-xxxxxxxx")
Returns: The JSON schema file containing provider information. The redirect is automatically followed.
Note: This endpoint requires admin level access to the workspace and cannot be accessed with organization tokens.
See: docs/tools/assessment_results.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assessment_result_id | Yes |