---
title: "Get concept's prediction estimation"
method: GET
path: "/api/v1/concepts/{concept_id}/prediction_estimation"
tags: ["concept"]
---

# Get concept's prediction estimation

`GET /api/v1/concepts/{concept_id}/prediction_estimation`

Get concept's prediction estimation

## Path parameters

- `concept_id` string, uuid4, required

## Query parameters

- `threshold` number, double
- `confidence_level` number, double
- `estimation_fidelity` integer

## Headers

- `Authorization` string, required

## Response `200`

Concept prediction estimation

- ConceptPredictionResponse — Base model for all schema
  - `probabilityRanges` array[], required — Each tuple represents the bounds of a bin we estimated number of assets for
    - number[]
  - `estimates` integer[], required — Number of assets belonging to each probability range
  - `confidenceIntervals` array[], nullable — Lower/upper bounds representing respective ranges that the actual number of assets is in
    - integer[]

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/coactive/apis/api-reference.md) · [All operations](https://skmtc.net/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coactive/api-reference/versions/c24e3835accc/schema)
