GET
/
v0
/
sca
/
status
/
{id}
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>"
    }
  ]
}

Path Parameters

id
string<uuid>
required

UUID of the sca job

Response

200
application/json

the status and information about the sca run job

The response is of type object.