---
title: "Get Structured Target"
method: GET
path: "/structured_targets/{structured_target_id}"
tags: ["structured-targets"]
---

# Get Structured Target

`GET /structured_targets/{structured_target_id}`

Endpoint for getting data about a specific structured target by its ID.

## Path parameters

- `structured_target_id` string, required

## Response `200`

Structured target retrieved successfully

- GetStructuredTargetResponse
  - `structured_target` 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.

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `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/6e6402bf667d/schema)
