Get project
Returns one project by id.
The response carries a strong ETag and Cache-Control: private, no-cache. Send If-None-Match on the next request — an unchanged project answers 304 Not Modified. A project your token can’t reach (or an archived/soft-deleted one) answers 404 — never 403.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
projectId | string (uuid) | Yes | The project to retrieve. |