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

# GET /projects/{projectId}/entries/{entryId}

`GET /projects/{projectId}/entries/{entryId}`

Retrieve an entry from the database based on the ID

## Path parameters

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

## 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`
- `404`

## Changes

- **2024-10-17** `d437a74f97ca` — 3 breaking
  - the response property `entryId` became nullable for the status `404`
  - the response property `entryId` became optional for the status `404`
  - removed the required property `last_updated` from the response with the `200` status
- **2024-05-13** `afea98ffde67` — 2 info
  - added the required property `created_at` to the response with the `200` status
  - added the required property `updated_at` to the response with the `200` status
- **2024-03-07** `36e9e5515e2d` — 1 breaking, 1 info
  - removed the required property `flow_id` from the response with the `200` status
  - added the required property `embeddable_id` to the response with the `200` status
- **2024-03-07** `eab0a4987df3` — 1 breaking, 1 info
  - removed the required property `id` from the response with the `200` status
  - added the required property `entry_id` to the response with the `200` status

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/entries/:entryId/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)
