# Retrieve scores of predictive scoring model

Retrieve the scores of the specified predictive scoring model.

Endpoint: GET /entities/predictive_segments/{id}/model/score
Version: 1.0.0

## Path parameters:

  - `id` (integer, required)
    Predictive Segment ID

## Response 200 fields (application/vnd.treasuredata.v1+json):

  - `data` (object)

  - `data.id` (string)

  - `data.type` (string)
    Enum: "predictive-segment-model-score"

  - `data.attributes` (object)

  - `data.attributes.positives` (array)
    Example: [["1",300],["2",200]]

  - `data.attributes.negatives` (array)
    Example: [["1",300],["2",200]]


