---
title: "Group search across multiple object types"
method: GET
path: "/search_group"
tags: ["Search"]
---

# Group search across multiple object types

`GET /search_group`

## Query parameters

- `operator` 'and' | 'or', required
- `type` 'all' | 'music' | 'song_artist' | 'album_artist' | 'podcast' | 'video'
- `random` 0 | 1
- `offset` integer
- `limit` integer
- `rule_1` string, required
- `rule_1_operator` string, required
- `rule_1_input` string, required
- `rule_1_subtype` string

## Response `200`

Search results grouped by type

- object

## Changes

- **2026-02-19** `07f53972fdd7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ampache/apis/ampache-rest-api/changes/search_group/get.md)

---

[API](https://skmtc.dev/ampache/apis/ampache-rest-api.md) · [All operations](https://skmtc.dev/ampache/apis/ampache-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ampache/ampache-rest-api/revisions/eea2ec5b84be/schema)
