---
title: "Get Order Group"
method: GET
path: "/portfolio/order_groups/{order_group_id}"
tags: ["order-groups"]
---

# Get Order Group

`GET /portfolio/order_groups/{order_group_id}`

Retrieves details for a single order group including all order IDs and auto-cancel status.

## Path parameters

- `order_group_id` string, required

## Query parameters

- `subaccount` integer

## Response `200`

Order group retrieved successfully

- GetOrderGroupResponse
  - `is_auto_cancel_enabled` boolean, required — Whether auto-cancel is enabled for this order group
  - `contracts_limit_fp` string — Fixed-point contract count string (2 decimals, e.g., "10.00"; referred to as "fp" in field names). Requests accept 0-2 decimal places (e.g., "10", "10.0", "10.00"); responses always emit 2 decimals. Fractional contract values (e.g., "2.50") are supported; the minimum granularity is 0.01 contracts.
  - `orders` string[], required — List of order IDs that belong to this order group
  - `exchange_index` integer — Identifier for an exchange shard.

## Other responses

- `401` — Unauthorized - authentication required
- `404` — Resource 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/6aec27d55fba/schema)
