# Retrieve columns of predictive scoring model

Retrieve the columns of the specified predictive scoring model.

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

## Path parameters:

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

## Query parameters:

  - `limit` (integer)
    limit of columns

## 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.columns` (array)


