---
title: "Retrieve the enrollment status of a contact"
method: GET
path: "/automation/v4/sequences/enrollments/contact/{contactId}"
tags: ["Basic"]
---

# Retrieve the enrollment status of a contact

`GET /automation/v4/sequences/enrollments/contact/{contactId}`

Get the enrollment status of a contact in sequences by their contact ID.

## Path parameters

- `contactId` string, required

## Response `200`

successful operation

- PublicSequenceEnrollmentResponse
  - `enrolledAt` string, date-time, required — The date and time when the contact was enrolled in the sequence.
  - `enrolledBy` string, required — The identifier of the user who enrolled the contact in the sequence.
  - `enrolledByEmail` string, required — The email address of the user who enrolled the contact in the sequence.
  - `id` string, required — The unique identifier for the sequence enrollment.
  - `sequenceId` string, required — The unique identifier of the sequence in which the contact is enrolled.
  - `sequenceName` string, required — The name of the sequence in which the contact is enrolled.
  - `toEmail` string, required — The email address of the contact enrolled in the sequence.
  - `updatedAt` string, date-time, required — The date and time when the sequence enrollment was last updated.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/automation-sequences.md) · [All operations](https://skmtc.net/hubspot/apis/automation-sequences/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/automation-sequences/revisions/1eeb2fde6883/schema)
