---
title: "GET /v2/insights/{insight_id}"
method: GET
path: "/v2/insights/{insight_id}"
tags: ["insights"]
---

# GET /v2/insights/{insight_id}

`GET /v2/insights/{insight_id}`

Get a single Insight

## Path parameters

- `insight_id` string, required

## Headers

- `cloudzero-idempotency-key` string
- `cloudzero-test-key` string

## Response `200`

Successful Operation

- object
  - `insight` Insight
    - `effort` 'not_set' | 'low' | 'medium' | 'high'
    - `cost_impact` string — String representation of a dollar amount
    - `status` 'new' | 'in_progress' | 'on_hold' | 'addressed' | 'ignored'
    - `category` string
    - `link` string
    - `description` string
    - `title` string
    - `id` string, required
    - `created` string, required — String representation of an epoch (UTC timestamp)
    - `last_updated` string, required — String representation of an epoch (UTC timestamp)

## Other responses

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

---

[API](https://skmtc.dev/cloudzero/apis/cloudzero-api-v2-resources.md) · [All operations](https://skmtc.dev/cloudzero/apis/cloudzero-api-v2-resources/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudzero/cloudzero-api-v2-resources/revisions/fd805a0e75e5/schema)
