# status

**Kind:** API Endpoint

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

Trial generation status (trial projects only)

## Endpoint

`GET /trial/:projectId/status`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |

## Referenced By

- `TrialController` (MODULE_DECLARES)
