Get status of a sca run
cURL
curl --request GET \ --url https://{hostname}.gable.ai/v0/sca/status/{id} \ --header 'X-API-KEY: <api-key>'
{ "status": "pending", "message": "<string>", "asset_registration_outcomes": [ { "data_asset_resource_name": { "source_type": "postgres", "data_source": "<string>", "path": "<string>" }, "error": "<string>" } ] }
pending
uploaded
processing
success
error
Show child attributes