Skip to main content

Get BPA Reports

GET 

/bpa/v1/reports/:id

Retrieves the url for the completed BPA report. The download-url field contains a signed URL where you can download the report.

Note that this API endpoint should only be called when the report generation status is COMPLETED_WITH_SUCCESS.

Request

Path Parameters

    id uuidrequired

    The unique identifier for the request.

Responses

OK

Schema
    id uuid

    The generated report ID.

    download-url uri

    The signed URL that will be used to download the Best Practices Assessment (BPA) report.

Loading...