---
title: "List organizations participating in incident"
method: GET
path: "/incidents/{id}/organizations"
tags: ["Incidents"]
---

# List organizations participating in incident

`GET /incidents/{id}/organizations`

Retrieve all organizations approved to participate in this incident's response.

Returns comprehensive organizational statistics including:
- User counts and activity metrics
- Worksite reporting and claiming statistics
- Commercial value of completed work
- Response time and overdue work metrics
- Contact information for coordination

**Access Levels:**
- Unauthenticated: Basic organization information only
- Authenticated: Full statistics and contact information

**Organization Metrics:**
- **Reported Count**: Worksites initially reported by organization
- **Claimed Count**: Work types currently claimed by organization
- **Closed Count**: Completed work types
- **Overdue Count**: Work claimed >6 days ago but still open
- **Commercial Value**: Dollar value of completed commercial work
- **Last Login**: Most recent user activity from organization

**Search Functionality:**
- Full-text search across organization names
- Supports pagination for incidents with many participating organizations

## Query parameters

- `search` string

## Response `200`

Paginated list of participating organizations with statistics

- object
  - `count` integer — Total participating organizations
  - `results` IncidentOrganization[] — unresolved $ref

## Other responses

- `404` — Incident not found

---

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