# getChangelog

**Kind:** API Endpoint

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

Published changelog entries for a public project

## Endpoint

`GET /public/p/:slugWithId/changelog`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `slugWithId` | path | `string` | ✓ |  |
| `limit` | query | `string | undefined` | ✓ |  |

## Referenced By

- `PublicChangelogController` (MODULE_DECLARES)
