---
title: "List Insights"
method: GET
path: "/v0/aoi/{aoiId}/insights"
tags: ["Insights"]
---

# List Insights

`GET /v0/aoi/{aoiId}/insights`

Responds with the list of inisghts details as JSON.

## Path parameters

- `aoiId` string, required

## Query parameters

- `id` string
- `status` string
- `created_by` string
- `created_on` string

## Response `200`

OK

- DexterListInsightsTransformerResponse
  - `insights` DexterListInsightItem[]
    - `name` string — Display name of the insight
    - `created_at` string — Timestamp when the insight was created
    - `err_msg` string — Contains any error message if the insight processing failed
    - `created_by` string — Identifies the user who created this insight
    - `estimated_time_in_min` integer — Expected processing time in minutes
    - `deleted_at` string — Timestamp when the insight was deleted, null if not deleted
    - `id` string — Unique identifier for the insight
    - `status` string — Represents the current processing status of the insight
    - `input` integer[] — Contains the raw input data provided for the insight
    - `output` integer[] — Contains the raw result data generated by the insight
    - `metadata` object — Contains additional key-value information about the insight
    - `aoi_id` string — Identifier of the area of interest this insight belongs to
    - `cost` integer — Represents the computational cost or credits used for this insight
    - `progress` number — Indicates the completion percentage of the insight processing

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/revisions/b501e2ca5a9d/schema)
