# listOrgSharingReuseRequests

Source: /openapi/thomas-federated.openapi.json

## Operation

| Method | URL |
|---|---|
| GET | https://staging-api.thomas.co/v1/sharing/reuse-requests |

| Field | Value |
|---|---|
| operationId | listOrgSharingReuseRequests |
| method | GET |
| server | https://staging-api.thomas.co/v1 |
| path | /sharing/reuse-requests |
| tags | `Sharing` |
| summary | Organisations waiting on the caller to choose about an existing result |
| badges | None |

## Request Parameters

None.

## Request Body

None.

## Responses

| Status | Description | Schema refs |
|---|---|---|
| 200 | Pending reuse requests grouped by assessment, with freshness once per group and one row per requesting organisation. Provenance-free (AD-9) — no shared result id under any key. | #/components/schemas/PendingReuseRequestsResponseDto |
| 401 | Invalid or missing authentication token (AUTH_TOKEN_INVALID) | #/components/schemas/ApiErrorResponseDto |

## Artifact Examples

### Response 401 example

```json
{
  "statusCode": 401,
  "message": "Invalid or missing authentication token",
  "error": "AUTH_TOKEN_INVALID"
}
```
