Skip to main content

Get Job Status

GET 

/bpa/v1/jobs/:id

Downloads the BPA assessment job status.

Request

Path Parameters

    id uuidrequired

    The unique identifier for the request.

Responses

OK

Schema
    id uuid

    The generated report ID.

    status

    Possible values: [UPLOAD_INITIATED, CONFIG_PARSED, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_ERROR]

    The status of the report generation job.

Loading...