---
title: "GET /projects/{projectId}/entries"
method: GET
path: "/projects/{projectId}/entries"
tags: ["Entries"]
---

# GET /projects/{projectId}/entries

`GET /projects/{projectId}/entries`

Retrieve all entries from the database

## Path parameters

- `projectId` string, required — The unique identifier for a Project in the database

## Query parameters

- `limit` integer — The number of entries to return (defaults to 10).
- `sort` string — the key that you want to sort by (defaults to sorting by last updated)
- `direction` 'ASC' | 'DESC' — The direction to sort by (defaults to DESC)
- `updated_after` string — A Date + Time string in ISO format
- `updated_before` string — A Date + Time string in ISO format

## Headers

- `X-Api-Key` string, required

## Response `200`

- Entry[]
  - `entry_id` string, required — The unique identifier for an Entry in the database
  - `group_id` string, required — The unique identifier for a Group in the database
  - `project_id` string, required — The unique identifier for a Project in the database
  - `embeddable_id` string, required — The unique identifier for a Embeddable in the database
  - `contact_id` string, required — The unique identifier for a Contact in the database
  - `created_at` string, required — A Date + Time string in ISO format
  - `updated_at` string, required — A Date + Time string in ISO format
  - `entry_data` string, required — The entry's user data, stringified

## Other responses

- `401`

## Changes

- **2024-10-17** `d437a74f97ca` — 1 breaking
  - removed the required property `items/last_updated` from the response with the `200` status
- **2024-05-13** `afea98ffde67` — 2 info
  - added the required property `items/created_at` to the response with the `200` status
  - added the required property `items/updated_at` to the response with the `200` status
- **2024-03-07** `36e9e5515e2d` — 1 breaking, 1 info
  - removed the required property `items/flow_id` from the response with the `200` status
  - added the required property `items/embeddable_id` to the response with the `200` status
- **2024-03-07** `eab0a4987df3` — 1 breaking, 1 info
  - removed the required property `items/id` from the response with the `200` status
  - added the required property `items/entry_id` to the response with the `200` status
- **2024-03-05** `a542140621f8` — 2 warning, 4 info
  - deleted the `query` request parameter `updatedAfter`
  - deleted the `query` request parameter `updatedBefore`
  - added the new optional `query` request parameter `direction`
  - added the new optional `query` request parameter `sort`
  - …2 more

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/entries/get.md)

---

[API](https://skmtc.dev/heysavvy/apis/api.md) · [All operations](https://skmtc.dev/heysavvy/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heysavvy/api/revisions/8aef37932517/schema)
