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>" } ] }
UUID of the sca job
the status and information about the sca run job
status of the sca job
pending
uploaded
processing
success
error
message associated with the status, if any
Show child attributes