GET
/api/projects/{id}Returns a single project with delivery status and timeline metadata.
| Param | Type | Required | Notes |
|---|---|---|---|
| id | string | Yes | Project identifier |
| expand | string[] | No | Optional related entities |
curl -X GET 'https://alexrivera.dev/api/projects/ctl-plane?expand=milestones' \
-H 'Authorization: Bearer <token>'