get status of a sca run
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/sca/status/{id}'
{ "status": "pending", "message": "<string>", "asset_registration_outcomes": [ { "data_asset_resource_name": { "source_type": "postgres", "data_source": "<string>", "path": "<string>" }, "error": "<string>" } ] }
UUID of the sca job
the status and information about the sca run job
The response is of type object.
object