!!! info "[ApiGetOrderGroupResponse](/../../schemas/api_get_order_group_response)" |Name
`Lite`|Type|Required
`Default`| Description | |-|-|-|-| |result
`r` |[ClientOrderIDsByGroup]|True|A list of client orders grouped by their associated order group.
Each entry in the list contains a `groupID` and the corresponding `clientOrderID`s
that belong to that group.| ??? info "[ClientOrderIDsByGroup](/../../schemas/client_order_i_ds_by_group)" Grouping for the client order id and their associated groups.

This is used to define TP/SL pairs or other order groupings after loading the list of Open Orders.
|Name
`Lite`|Type|Required
`Default`| Description | |-|-|-|-| |group_id
`gi` |string|True|The group this order belongs to. It can be used to define TP/SL pairs or other order groupings| |client_order_id
`co` |[string]|True|List of client order IDs in the group| |sub_account_id
`sa` |string|True|The sub account ID that these orders belong to|