---
title: "Get dispatch strategies"
method: GET
path: "/v1/options_group"
tags: ["Dispatch Strategies"]
---

# Get dispatch strategies

`GET /v1/options_group`

List all dispatch strategies (options groups) configured for the organization. Dispatch strategies define provider selection rules, fallback logic, and quoting behavior.

## Response `200`

OK

- OptionsGroupSerializer[] — Expected output for listing options groups.
  - `id` string, required — Dispatch Strategy ID
  - `label` string, required — Dispatch Strategy Label
  - `allowedProviders` string[], nullable — Allowed providers
  - `enableAutoDispatch` boolean, nullable — Enable auto dispatch
  - `providerSelectionStrategy` string, nullable — Provider selection strategy
  - `reassignOnFailure` boolean, nullable — Reassign on failure
  - `enableMaxDeliveryFee` boolean, nullable — Enable max delivery fee
  - `maxDeliveryFeeCents` integer, nullable — Max delivery fee in cents
  - `costSplitMaxFixedPriceCents` integer, nullable — Cost split max fixed price in cents
  - `costSplitMaxPercentage` number, nullable — Cost split max percentage
  - `costSplitStrategy` string, nullable — Cost split strategy
  - `smartReassignment` boolean, nullable — Smart reassignment

## Other responses

- `422` — Unprocessable Content

---

[API](https://skmtc.net/usenash/apis/nash-api.md) · [All operations](https://skmtc.net/usenash/apis/nash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenash/nash-api/revisions/09a23a95889b/schema)
