# queryOrg

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/audit/audit.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/audit/audit.controller.ts#L27)

Query the org-wide audit trail (admins/maintainers)

## Endpoint

`GET /audit/org`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `action` | query | `string` | - |  |
| `actorId` | query | `string` | - |  |
| `projectId` | query | `string` | - |  |
| `entityType` | query | `string` | - |  |
| `startDate` | query | `string` | - |  |
| `endDate` | query | `string` | - |  |
| `limit` | query | `string` | - |  |
| `offset` | query | `string` | - |  |

## Referenced By

- `AuditController` (MODULE_DECLARES)
