---
title: "List Targets"
method: GET
path: "/targets"
tags: ["Targets"]
---

# List Targets

`GET /targets`

List all targets (demo products) for the organization.

Returns targets across all projects in the organization.

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- PublicTarget[]
  - `id` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `project_id` string, uuid, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/karumi/apis/karumi-public-api.md) · [All operations](https://skmtc.dev/karumi/apis/karumi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/karumi/karumi-public-api/revisions/8e5e6a464b81/schema)
