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
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
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.
{
"id": "123e4567-e89b-12d3-a456-426655440000"
}
Not Found
Internal Server Error
Loading...