---
title: "Get Opportunities Grouped Data"
method: GET
path: "/opportunities/grouped"
tags: ["OPPORTUNITIES"]
---

# Get Opportunities Grouped Data

`GET /opportunities/grouped`

## Query parameters

- `effort` string[]
- `resource_name` string[]
- `resource_type` string[]
- `owner` integer[]
- `user` string[]
- `status` string[]
- `opportunity_name` string[]
- `secondary_resource` string[]
- `warehouse` string[]
- `start_date` string, date-time, required — Start date for filtering opportunities (ISO format)
- `end_date` string, date-time, required — End date for filtering opportunities (ISO format)
- `sort` string
- `sort_order` string
- `instance_id` string[]
- `workspace_id` string[] — Databricks workspace IDs (multi-value). Sourced from the More-Filters Workspace chip; ignored on non-Databricks tenants.
- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- GroupedOpportunityResponse[]
  - `opportunity_name` string, required
  - `cost_savings_max` number, required
  - `cost_savings_min` number, required
  - `time_savings_max` number, required
  - `time_savings_min` number, required
  - `occurrences` integer, required
  - `resource_type` integer, required
  - `description` string, required

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
