---
title: "Get Structured Targets"
method: GET
path: "/structured_targets"
tags: ["structured-targets"]
---

# Get Structured Targets

`GET /structured_targets`

Page size (min: 1, max: 2000)

## Query parameters

- `ids` string[]
- `type` string
- `competition` string
- `page_size` integer
- `cursor` string

## Response `200`

Structured targets retrieved successfully

- GetStructuredTargetsResponse
  - `structured_targets` StructuredTarget[]
    - `id` string — Unique identifier for the structured target.
    - `name` string — Name of the structured target.
    - `type` string — Type of the structured target.
    - `details` object — Additional details about the structured target. Contains flexible JSON data specific to the target type.
    - `source_id` string — External source identifier for the structured target, if available (e.g., third-party data provider ID).
    - `source_ids` object — Source ids of structured target if available.
    - `last_updated_ts` string, date-time — Timestamp when this structured target was last updated.
  - `cursor` string — Pagination cursor for the next page. Empty if there are no more results.

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints.md) · [All operations](https://skmtc.net/kalshi/apis/kalshi-trade-api-manual-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kalshi/kalshi-trade-api-manual-endpoints/revisions/1369596f944a/schema)
