# Retrieve features of predictive scoring model

Retrieve the list of features used in the specified predictive scoring model.

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

## Path parameters:

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

## Query parameters:

  - `limit` (integer)
    limit of features. With this option, features are sorted by the absolute value of weights so that a client can get top features.

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

  - `data` (object)

  - `data.id` (string)

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

  - `data.attributes` (object)

  - `data.attributes.features` (array)
    Example: [["td_ip_subdivision_names#Maharashtra",0.4376903474330902]]


