---
title: "GET /api/support/organizations/"
method: GET
path: "/api/support/organizations/"
tags: ["support"]
---

# GET /api/support/organizations/

`GET /api/support/organizations/`

Search and retrieve organizations for support investigation.

Use this when a ticket quotes a team name or scope but not a user.

- ``?scope=@acme`` — exact-match lookup against the unique ``scope`` field.
  Prefer when the scope is known; returns at most one row.
- ``?q=...`` — fuzzy ``icontains`` over both ``name`` and ``scope``. Use
  when you only have a partial or display-name hint.

## Query parameters

- `page` integer
- `page_size` integer
- `scope` string
- `q` string

## Response `200`

---

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